mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +00:00
Merge pull request #1298 from cclauss/patch-2
Missing comma in __all__ tuple?
This commit is contained in:
@@ -18,7 +18,7 @@ PY3 = sys.version_info[0] >= 3
|
||||
|
||||
__all__ = (
|
||||
'red', 'green', 'yellow', 'blue',
|
||||
'black', 'magenta', 'cyan', 'white', 'normal'
|
||||
'black', 'magenta', 'cyan', 'white', 'normal',
|
||||
'clean', 'disable',
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user