Skip to content

Commit

Permalink
lint code
Browse files Browse the repository at this point in the history
Signed-off-by: Samhita Alla <[email protected]>
  • Loading branch information
samhita-alla committed Jun 23, 2021
1 parent 9c53d4d commit c2ac64a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cookbook/integrations/flytekit_plugins/sql/sql-alchemy.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@

# %%
# Let's first import the libraries.
import typing

import pandas
import psycopg2
from flytekit import kwtypes, task, workflow

from flytekitplugins.sqlalchemy import SQLAlchemyConfig, SQLAlchemyTask
import typing


# %%
Expand Down

0 comments on commit c2ac64a

Please sign in to comment.