Skip to content

Commit

Permalink
improve code
Browse files Browse the repository at this point in the history
  • Loading branch information
leo-schick committed Dec 7, 2023
1 parent 7b2efc4 commit 2752f78
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions mara_catalog/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@

import click

from . import config
from .connect import connect_catalog_mara_commands


@click.group()
def mara_catalog():
Expand Down Expand Up @@ -39,8 +42,6 @@ def connect(
from mara_pipelines.commands.python import RunFunction
import mara_pipelines.cli
import mara_pipelines.config
from . import config
from .connect import connect_catalog_mara_commands

# create pipeline
pipeline = Pipeline(
Expand All @@ -49,7 +50,6 @@ def connect(

def create_schema_if_not_exist(db_alias: str, schema_name: str) -> bool:
import sqlalchemy
import sqlalchemy.sql
import sqlalchemy.schema
import mara_db.sqlalchemy_engine

Expand Down

0 comments on commit 2752f78

Please sign in to comment.