From b803afe70cdb15bf1a244b3bfe7d9109f28f499e Mon Sep 17 00:00:00 2001 From: Hirad Date: Fri, 18 Jul 2025 11:20:00 +0330 Subject: [PATCH] cleanup --- src/synclean/cli/room_commands.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/synclean/cli/room_commands.py b/src/synclean/cli/room_commands.py index 8e0322a..dccff44 100644 --- a/src/synclean/cli/room_commands.py +++ b/src/synclean/cli/room_commands.py @@ -2,8 +2,6 @@ from typing import Optional import click from synclean.api.rooms import RoomAPI from synclean.api.synapse import SynapseApiClient -from synclean.models.enums import Direction, RoomOrderBy -from synclean.models.pagination import RoomPaginationParams from synclean.service.room_service import RoomService pass_api = click.make_pass_decorator(SynapseApiClient)