Removed unnecessary import
This commit is contained in:
parent
ae81d646f6
commit
3061d5569b
1 changed files with 0 additions and 1 deletions
|
@ -112,7 +112,6 @@ def success(message):
|
||||||
|
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
import sys
|
|
||||||
info("Hi!", color=UNDERLINE+BACKGROUND_GREEN+RED)
|
info("Hi!", color=UNDERLINE+BACKGROUND_GREEN+RED)
|
||||||
header("This is a header")
|
header("This is a header")
|
||||||
warning("This is a warning") # > stderr
|
warning("This is a warning") # > stderr
|
||||||
|
|
Reference in a new issue