Fix isort.

pull/8407/head
Patrick Cloke 2020-09-25 12:26:19 -04:00
parent 68129d74d2
commit 9ed71a8134
1 changed files with 11 additions and 1 deletions

View File

@ -15,7 +15,17 @@
# See the License for the specific language governing permissions and
# limitations under the License.
import logging
from typing import TYPE_CHECKING, Any, Collection, Dict, Iterable, List, Optional, Set, Tuple
from typing import (
TYPE_CHECKING,
Any,
Collection,
Dict,
Iterable,
List,
Optional,
Set,
Tuple,
)
from synapse.api import errors
from synapse.api.constants import EventTypes