ruff check --fix

This commit is contained in:
2025-07-23 03:54:36 +03:00
parent 5c6c697987
commit 20bdd4fafa
7 changed files with 10 additions and 7 deletions
+2
View File
@@ -2,3 +2,5 @@ import web.pages.all_rooms as rooms_page
import web.pages.contents as movies_page
import web.pages.index as index_page
import web.pages.room as room_page
__all__ = ["rooms_page", "movies_page", "index_page", "room_page"]