Skip to content

Commit

Permalink
Fix linting
Browse files Browse the repository at this point in the history
Introduced in #16762
  • Loading branch information
erikjohnston committed Jan 5, 2024
1 parent 7469fa7 commit a256c7a
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion synapse/handlers/room.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,17 @@
import string
from collections import OrderedDict
from http import HTTPStatus
from typing import TYPE_CHECKING, Any, Awaitable, Callable, Dict, List, Optional, Tuple
from typing import (
TYPE_CHECKING,
Any,
Awaitable,
Callable,
Dict,
List,
Optional,
Tuple,
cast,
)

import attr
from typing_extensions import TypedDict
Expand Down

0 comments on commit a256c7a

Please sign in to comment.