Skip to content

Commit a83d694

Browse files
committed
Do not import multiple modules on one line
1 parent c270233 commit a83d694

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

defaults.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
import os, time, uuid
1+
import os
2+
import time
3+
import uuid
24

35
gpu = "v100"
46
image = "image-registry.openshift-image-registry.svc:5000/redhat-ods-applications/csw-run-f25:latest"

0 commit comments

Comments
 (0)