typing fix

This commit is contained in:
Evgeny Zinoviev 2022-09-14 08:52:31 +03:00
parent 98eaa09acd
commit 408818d23b

View File

@ -5,7 +5,7 @@ from datetime import datetime
from home.config import config
from home.database import SimpleState
from home.api import WebAPIClient
from typing import Tuple
from typing import Tuple, List
log_file = '/var/log/openwrt.log'