Skip to content

Commit

Permalink
Add ChevronError to __init__.py
Browse files Browse the repository at this point in the history
Required for pytest to pass
  • Loading branch information
dmorrison42 committed Apr 20, 2019
1 parent 793e245 commit b1ac249
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion __init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
from .chevron.main import main, cli_main
from .chevron.renderer import render
from .chevron.tokenizer import ChevronError

__all__ = ['main', 'render', 'cli_main']
__all__ = ['main', 'render', 'cli_main', 'ChevronError']

0 comments on commit b1ac249

Please sign in to comment.