Skip to content

Commit

Permalink
Merge pull request #36 from 5monkeys/fix/env-in-dunder-all
Browse files Browse the repository at this point in the history
Add "env" to __all__
  • Loading branch information
hannseman committed Jan 10, 2019
2 parents e5703ae + 2da91b1 commit 2f1f168
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bananas/environment.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

from django.conf import global_settings

__all__ = ["parse_bool", "parse_int", "parse_tuple", "parse_list", "parse_set"]
__all__ = ["env", "parse_bool", "parse_int", "parse_tuple", "parse_list", "parse_set"]

log = logging.getLogger(__name__)

Expand Down

0 comments on commit 2f1f168

Please sign in to comment.