Fix typecheck complaint

This commit is contained in:
Itamar Turner-Trauring 2023-06-06 12:18:02 -04:00
parent a977180baf
commit 20d4175abc

View File

@ -67,7 +67,7 @@ try:
from txtorcon import Tor # type: ignore
except ImportError:
class Tor:
class Tor: # type: ignore[no-redef]
pass