Skip to content

Commit

Permalink
Try fix the inconsistent LINTER between local and circle ci
Browse files Browse the repository at this point in the history
  • Loading branch information
xzdandy committed Aug 19, 2023
1 parent 8d38fe7 commit 35eadce
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions evadb/executor/create_udf_executor.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,10 @@
from evadb.catalog.models.udf_catalog import UdfCatalogEntry
from evadb.catalog.models.udf_io_catalog import UdfIOCatalogEntry
from evadb.catalog.models.udf_metadata_catalog import UdfMetadataCatalogEntry
from evadb.configuration.constants import EvaDB_INSTALLATION_DIR
from evadb.configuration.constants import (
DEFAULT_TRAIN_TIME_LIMIT,
EvaDB_INSTALLATION_DIR,
)
from evadb.database import EvaDBDatabase
from evadb.executor.abstract_executor import AbstractExecutor
from evadb.models.storage.batch import Batch
Expand Down Expand Up @@ -69,7 +72,6 @@ def handle_ludwig_udf(self):
Use ludwig's auto_train engine to train/tune models.
"""
try_to_import_ludwig()
from evadb.configuration.constants import DEFAULT_TRAIN_TIME_LIMIT
from ludwig.automl import auto_train

assert (
Expand Down

0 comments on commit 35eadce

Please sign in to comment.