Skip to content

Commit

Permalink
Merge pull request #1298 from cclauss/patch-2
Browse files Browse the repository at this point in the history
Missing comma in __all__ tuple?
  • Loading branch information
nateprewitt committed Jan 14, 2018
2 parents d8dc25b + 694afba commit 6292d87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pipenv/patched/crayons.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

__all__ = (
'red', 'green', 'yellow', 'blue',
'black', 'magenta', 'cyan', 'white', 'normal'
'black', 'magenta', 'cyan', 'white', 'normal',
'clean', 'disable',
)

Expand Down

0 comments on commit 6292d87

Please sign in to comment.