Skip to content

Commit

Permalink
apply suggestion from review
Browse files Browse the repository at this point in the history
  • Loading branch information
Lukas Weidenholzer committed Jun 30, 2023
1 parent da5d72f commit 10f87b5
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions openeo_processes_dask/process_implementations/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

logger = logging.getLogger(__name__)


from .arrays import *
from .comparison import *
from .cubes import *
Expand All @@ -26,6 +25,3 @@
import rioxarray as rio # Required for the .rio accessor on xarrays.

import openeo_processes_dask.process_implementations.cubes._xr_interop

log_format = "%(asctime)s - %(name)s - %(levelname)s - %(message)s"
logging.basicConfig(level=logging.INFO, format=log_format)

0 comments on commit 10f87b5

Please sign in to comment.