AB
Size: a a a
AB
А
MV
AO
VZ
V
IB
MV
V
м
А
MB
MV
./functions.py:1:1: F401 'requests' imported but unused
./functions.py:14:35: E712 comparison to True should be 'if cond is True:' or 'if cond:'
./functions.py:25:35: E712 comparison to False should be 'if cond is False:' or 'if not cond:'
./run.py:3:1: F401 'datetime.datetime' imported but unused
./run.py:4:1: F401 're' imported but unused
./run.py:5:1: F401 'dateutil.parser' imported but unused
./run.py:6:1: F401 'functions.get_completed_tasks_names' imported but unused
./run.py:6:1: F401 'functions.get_timestamp_from_file' imported but unused
./run.py:6:1: F401 'functions.get_uncompleted_tasks_names' imported but unused
./run.py:17:10: E211 whitespace before '('
./run.py:17:36: E231 missing whitespace after ','
./run.py:19:1: F841 local variable 'errt' is assigned to but never used
./run.py:21:22: F821 undefined name 'errh'
./run.py:33:10: E211 whitespace before '('
./run.py:33:36: E231 missing whitespace after ','
./run.py:35:1: F841 local variable 'errt' is assigned to but never used
./run.py:37:22: F821 undefined name 'errh'
./run.py:40:26: W291 trailing whitespace
AA
MV
except requests.exceptions.Timeout as errt:
print('Тайм-айт соединения...Программа будет завершена')
raise SystemExit(errh)
м
А
./functions.py:1:1: F401 'requests' imported but unused
./functions.py:14:35: E712 comparison to True should be 'if cond is True:' or 'if cond:'
./functions.py:25:35: E712 comparison to False should be 'if cond is False:' or 'if not cond:'
./run.py:3:1: F401 'datetime.datetime' imported but unused
./run.py:4:1: F401 're' imported but unused
./run.py:5:1: F401 'dateutil.parser' imported but unused
./run.py:6:1: F401 'functions.get_completed_tasks_names' imported but unused
./run.py:6:1: F401 'functions.get_timestamp_from_file' imported but unused
./run.py:6:1: F401 'functions.get_uncompleted_tasks_names' imported but unused
./run.py:17:10: E211 whitespace before '('
./run.py:17:36: E231 missing whitespace after ','
./run.py:19:1: F841 local variable 'errt' is assigned to but never used
./run.py:21:22: F821 undefined name 'errh'
./run.py:33:10: E211 whitespace before '('
./run.py:33:36: E231 missing whitespace after ','
./run.py:35:1: F841 local variable 'errt' is assigned to but never used
./run.py:37:22: F821 undefined name 'errh'
./run.py:40:26: W291 trailing whitespace
i
А