Skip to content

Commit fc78915

Browse files
committed
Fix isort
1 parent 2273010 commit fc78915

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

openlayer/models.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,14 @@
66
The Model object contains information about a model on the Openlayer platform.
77
"""
88
import logging
9-
109
from enum import Enum
1110
from typing import Any, Dict
1211

1312
from . import tasks, utils
1413
from .model_runners import (
1514
base_model_runner,
16-
traditional_ml_model_runners,
1715
ll_model_runners,
16+
traditional_ml_model_runners,
1817
)
1918

2019

0 commit comments

Comments
 (0)