Skip to content

Commit efd362c

Browse files
committed
fix formatting
1 parent 272de9c commit efd362c

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

python/hopsworks/job.py

+6-5
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,15 @@
1414
# limitations under the License.
1515
#
1616

17-
import humps
1817
import json
19-
from hopsworks.engine import execution_engine
20-
from hopsworks.core import job_api, execution_api
21-
from hopsworks import util, job_schedule as js
22-
2318
from datetime import datetime, timezone
2419

20+
import humps
21+
from hopsworks import job_schedule as js
22+
from hopsworks import util
23+
from hopsworks.core import execution_api, job_api
24+
from hopsworks.engine import execution_engine
25+
2526

2627
class Job:
2728
def __init__(

0 commit comments

Comments
 (0)