Skip to content

Commit

Permalink
Fix missing imports from bad merge.
Browse files Browse the repository at this point in the history
  • Loading branch information
Fizzadar committed Nov 30, 2021
1 parent d0596f1 commit 2659074
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions synapse/handlers/pagination.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
import logging
import time
from typing import TYPE_CHECKING, Any, Collection, Dict, List, Optional, Set

import attr
Expand Down
1 change: 1 addition & 0 deletions synapse/handlers/room.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
)

from typing_extensions import TypedDict
from prometheus_client import Histogram

from synapse.api.constants import (
EventContentFields,
Expand Down

0 comments on commit 2659074

Please sign in to comment.