Skip to content

Commit

Permalink
Removing the import of bands and products in root __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
remi-braun committed Jan 13, 2022
1 parent 6d986b0 commit da6b1ba
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions eoreader/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,6 @@ def wrapper(*args, **kwargs):
return wrapper


__all__ = ["bands", "products"]

from . import bands, products
from .__meta__ import (
__author__,
__author_email__,
Expand Down

0 comments on commit da6b1ba

Please sign in to comment.