Skip to content

Commit e3f0f61

Browse files
committed
fix:fix code format
1 parent 485b59e commit e3f0f61

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

agents/matmaster_agent/ABACUS_agent/constant.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
ABACUS_AGENT_NAME = 'ABACUS_calculation_agent'
1010
ABACUS_CALCULATOR_BOHRIUM_EXECUTOR = copy.deepcopy(BohriumExecutor)
1111
ABACUS_CALCULATOR_BOHRIUM_EXECUTOR['machine']['remote_profile']['image_address'] = \
12-
"registry.dp.tech/dptech/dp/native/prod-22618/abacusagenttools:v0.2"
12+
'registry.dp.tech/dptech/dp/native/prod-22618/abacusagenttools:v0.2'
1313
ABACUS_CALCULATOR_BOHRIUM_EXECUTOR['machine']['remote_profile']['machine_type'] = 'c16_m32_cpu'
1414
ABACUS_CALCULATOR_BOHRIUM_STORAGE = copy.deepcopy(BohriumStorge)
1515

0 commit comments

Comments
 (0)