Skip to content

Commit c137a4e

Browse files
fix: sort imports
1 parent 1127fcf commit c137a4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ui/routes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
Routes module for the Bingo application.
33
"""
44

5-
import logging
65
import json
6+
import logging
77

88
from nicegui import app, ui
99

0 commit comments

Comments
 (0)