Skip to content

Commit

Permalink
BUG: Remove __all__ from top-level __init__
Browse files Browse the repository at this point in the history
It wasn't accomplishing anything (other than serving for `from siphon
import *`). More importantly, it was actually incorrect by mentioning
`upperair`.
  • Loading branch information
dopplershift committed Nov 3, 2017
1 parent d33d8ad commit e7a95b2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions siphon/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,3 @@
from ._version import get_versions
__version__ = get_versions()['version']
del get_versions

__all__ = ['catalog', 'testing', 'http_util', 'upperair']

0 comments on commit e7a95b2

Please sign in to comment.