lint
This commit is contained in:
parent
71885068e5
commit
a0ea6c1cba
|
@ -15,7 +15,6 @@
|
||||||
import logging
|
import logging
|
||||||
from typing import Awaitable, Callable, Iterable, List, Optional, Tuple
|
from typing import Awaitable, Callable, Iterable, List, Optional, Tuple
|
||||||
|
|
||||||
|
|
||||||
from synapse.types import PublicRoom
|
from synapse.types import PublicRoom
|
||||||
|
|
||||||
logger = logging.getLogger(__name__)
|
logger = logging.getLogger(__name__)
|
||||||
|
|
|
@ -12,11 +12,7 @@
|
||||||
# See the License for the specific language governing permissions and
|
# See the License for the specific language governing permissions and
|
||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
from http import HTTPStatus
|
from http import HTTPStatus
|
||||||
from typing import (
|
from typing import Iterable, Optional, Tuple
|
||||||
Iterable,
|
|
||||||
Optional,
|
|
||||||
Tuple,
|
|
||||||
)
|
|
||||||
|
|
||||||
from twisted.test.proto_helpers import MemoryReactor
|
from twisted.test.proto_helpers import MemoryReactor
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue