From 3320cee674e56d191651676ba81b2cff1b608b3c Mon Sep 17 00:00:00 2001 From: A_D Date: Wed, 4 Aug 2021 16:50:51 +0200 Subject: [PATCH] re-added import missed in rebase --- monitor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/monitor.py b/monitor.py index 359ffde5f..8587a4344 100644 --- a/monitor.py +++ b/monitor.py @@ -12,7 +12,7 @@ from os.path import basename, expanduser, isdir, join from sys import platform from time import gmtime, localtime, sleep, strftime, strptime, time -from typing import TYPE_CHECKING, Any, BinaryIO, Dict, List, MutableMapping, Optional +from typing import TYPE_CHECKING, Any, BinaryIO, List, MutableMapping, Optional, cast from typing import OrderedDict as OrderedDictT from typing import Tuple