Skip to content

Commit

Permalink
Flake fix
Browse files Browse the repository at this point in the history
  • Loading branch information
max-hoffman committed Apr 16, 2021
1 parent f010509 commit 7005af8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion flytekit/extras/sqlalchemy/task.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,10 @@
import pandas as pd
from sqlalchemy import create_engine

from flytekit import current_context, kwtypes, Secret
from flytekit import current_context, kwtypes
from flytekit.core.base_sql_task import SQLTask
from flytekit.core.python_function_task import PythonInstanceTask
from flytekit.models.security import Secret
from flytekit.types.schema import FlyteSchema


Expand Down

0 comments on commit 7005af8

Please sign in to comment.