Skip to content

Commit

Permalink
Revert "Added output module to gitem module"
Browse files Browse the repository at this point in the history
This reverts commit e53af62.

This import broke things.
  • Loading branch information
mschwager committed Oct 12, 2018
1 parent a5db837 commit 845f16e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/gitem/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,10 @@

from . import api
from . import analytics
from . import output

__name__ = 'gitem'
__version__ = '0.8.0'
__all__ = [
'api',
'analytics',
'output',
]

0 comments on commit 845f16e

Please sign in to comment.