fix: simplify import statements in osm_refresh.py
This commit is contained in:
@@ -9,12 +9,7 @@ from pathlib import Path
|
||||
from typing import Callable, Sequence
|
||||
|
||||
from backend.app.core.osm_config import DEFAULT_REGIONS
|
||||
from backend.scripts import (
|
||||
stations_import,
|
||||
stations_load,
|
||||
tracks_import,
|
||||
tracks_load,
|
||||
)
|
||||
from backend.scripts import stations_import, stations_load, tracks_import, tracks_load
|
||||
|
||||
|
||||
@dataclass(slots=True)
|
||||
|
||||
Reference in New Issue
Block a user