Skip to content

Commit

Permalink
fix: remove DateRangeAccessor from init
Browse files Browse the repository at this point in the history
I guess the addition was made during a conflicting merge. 

Fix #206 again
  • Loading branch information
12rambau committed Feb 7, 2024
1 parent a8b0a0a commit 269dfc1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion geetools/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@

# then we extend all the other classes
from .Date import DateAccessor
from .DateRange import DateRangeAccessor
from .Dictionary import DictionaryAccessor
from .Feature import FeatureAccessor
from .FeatureCollection import FeatureCollectionAccessor
Expand Down

0 comments on commit 269dfc1

Please sign in to comment.