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