mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-08-07 08:22:10 -04:00
Fix CI by ignore type for None module import (#9709)
This commit is contained in:
parent
fc53a606e4
commit
5fdff97719
2 changed files with 2 additions and 1 deletions
|
@ -44,7 +44,7 @@ from tests.server import FakeTransport
|
|||
try:
|
||||
import hiredis
|
||||
except ImportError:
|
||||
hiredis = None
|
||||
hiredis = None # type: ignore
|
||||
|
||||
logger = logging.getLogger(__name__)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue