mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-20 13:08:31 +02:00
Remove extraneous code
This commit is contained in:
parent
edb0d8efa1
commit
566ab5c043
1 changed files with 0 additions and 6 deletions
|
@ -17,12 +17,6 @@ import logging
|
||||||
|
|
||||||
log = logging.getLogger(__name__)
|
log = logging.getLogger(__name__)
|
||||||
|
|
||||||
STDIN = sys.stdin
|
|
||||||
STDERR = sys.stderr
|
|
||||||
STDOUT = sys.stdout
|
|
||||||
TEST = False
|
|
||||||
__cached_tz = None
|
|
||||||
|
|
||||||
WARNING_COLOR = colorama.Fore.YELLOW
|
WARNING_COLOR = colorama.Fore.YELLOW
|
||||||
ERROR_COLOR = colorama.Fore.RED
|
ERROR_COLOR = colorama.Fore.RED
|
||||||
RESET_COLOR = colorama.Fore.RESET
|
RESET_COLOR = colorama.Fore.RESET
|
||||||
|
|
Loading…
Add table
Reference in a new issue