Skip to content

Commit

Permalink
Run isort on sqlitedb.py
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidHuber-NOAA committed Nov 19, 2024
1 parent 28639af commit abe7fd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wxflow/sqlitedb.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import sqlite3
from typing import Any, List, Optional, Tuple
from logging import getLogger
from typing import Any, List, Optional, Tuple

__all__ = ["SQLiteDB"]

Expand Down

0 comments on commit abe7fd4

Please sign in to comment.