Skip to content

Commit

Permalink
reorder imports
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonBlanke committed Jan 7, 2024
1 parent e928aa1 commit 9df23e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions surfaces/data_collector/surfaces_data_collector.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from .config import paths

from search_data_collector import SqlDataCollector

from .config import paths


class SurfacesDataCollector(SqlDataCollector):
def __init__(self) -> None:
Expand Down

0 comments on commit 9df23e4

Please sign in to comment.