mirror of
https://github.com/element-hq/synapse.git
synced 2024-12-14 11:57:44 +00:00
Remove unused ignore
This commit is contained in:
parent
caf1f0e343
commit
7aa76dd6d1
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@
|
|||
import logging
|
||||
import os
|
||||
from typing import Any, Dict, List, Tuple
|
||||
from urllib.request import getproxies_environment # type: ignore
|
||||
from urllib.request import getproxies_environment
|
||||
|
||||
import attr
|
||||
|
||||
|
|
Loading…
Reference in a new issue