Make flake happy

This commit is contained in:
hroff-1902
2020-05-16 11:28:36 +03:00
parent 035a12ce61
commit f8b01f5a43
3 changed files with 4 additions and 3 deletions

View File

@@ -7,7 +7,7 @@ import traceback
from datetime import datetime
from math import isclose
from threading import Lock
from typing import Any, Dict, List, Optional, Tuple
from typing import Any, Dict, List, Optional
import arrow
from cachetools import TTLCache