Skip to content

Commit

Permalink
fix import changed by merge
Browse files Browse the repository at this point in the history
  • Loading branch information
H-Shay committed Jun 21, 2024
1 parent 2fe7d28 commit f93d261
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion synapse/rest/admin/users.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,10 @@
assert_user_is_admin,
)
from synapse.rest.client._base import client_patterns
from synapse.rest.models import RequestBodyModel
from synapse.storage.databases.main.registration import ExternalIDReuseException
from synapse.storage.databases.main.stats import UserSortOrder
from synapse.types import JsonDict, JsonMapping, UserID
from synapse.types.rest import RequestBodyModel

if TYPE_CHECKING:
from synapse.server import HomeServer
Expand Down

0 comments on commit f93d261

Please sign in to comment.