We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28b6878 commit a104cbdCopy full SHA for a104cbd
trinity/cli/launcher.py
@@ -99,7 +99,8 @@ def activate_data_module(config: Config, config_path: str):
99
"""Check whether to activate data module and preprocess datasets."""
100
data_config = config.data
101
if data_config.dj_config_path or data_config.dj_process_desc:
102
- from trinity.data.client import request, LOCAL_SERVER_URL
+ from trinity.data.client import LOCAL_SERVER_URL, request
103
+
104
logger.info("Activating data module...")
105
res = request(
106
url=LOCAL_SERVER_URL,
0 commit comments