Skip to content

Commit

Permalink
FIX: Fix all imports in backends
Browse files Browse the repository at this point in the history
  • Loading branch information
mgrover1 committed Jan 25, 2024
1 parent cb94350 commit c3824d6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions xradar/io/backends/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,3 @@
NexradLevel2BackendEntrypoint, # noqa
open_nexradlevel2_datatree, # noqa
)

__all__ = [s for s in dir() if not s.startswith("_")]

0 comments on commit c3824d6

Please sign in to comment.