Skip to content

Commit 270cf7a

Browse files
committed
Merge branch 'integrate-api-v3' of https://github.com/UW-Macrostrat/macrostrat into integrate-api-v3
* 'integrate-api-v3' of https://github.com/UW-Macrostrat/macrostrat: Format code and sort imports
2 parents 064d605 + 2e4c30a commit 270cf7a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

core/macrostrat/core/config.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,14 @@
44

55
from dotenv import load_dotenv
66
from dynaconf import Dynaconf, Validator
7-
from macrostrat.app_frame.control_command import BackendType
8-
from macrostrat.utils import get_logger
97
from pydantic import BaseModel
108
from sqlalchemy.engine import make_url
119
from sqlalchemy.engine.url import URL
1210
from toml import load as load_toml
1311

12+
from macrostrat.app_frame.control_command import BackendType
13+
from macrostrat.utils import get_logger
14+
1415
from .utils import find_macrostrat_config
1516

1617
log = get_logger(__name__)

0 commit comments

Comments
 (0)