Skip to content

Commit a104cbd

Browse files
committed
* after pre-commit
1 parent 28b6878 commit a104cbd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

trinity/cli/launcher.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,8 @@ def activate_data_module(config: Config, config_path: str):
9999
"""Check whether to activate data module and preprocess datasets."""
100100
data_config = config.data
101101
if data_config.dj_config_path or data_config.dj_process_desc:
102-
from trinity.data.client import request, LOCAL_SERVER_URL
102+
from trinity.data.client import LOCAL_SERVER_URL, request
103+
103104
logger.info("Activating data module...")
104105
res = request(
105106
url=LOCAL_SERVER_URL,

0 commit comments

Comments
 (0)