mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-04-17 15:39:00 +00:00
Fix typecheck complaint
This commit is contained in:
parent
a977180baf
commit
20d4175abc
@ -67,7 +67,7 @@ try:
|
||||
from txtorcon import Tor # type: ignore
|
||||
except ImportError:
|
||||
|
||||
class Tor:
|
||||
class Tor: # type: ignore[no-redef]
|
||||
pass
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user