Skip to content

Commit

Permalink
Update adls_to_azure_sql.py
Browse files Browse the repository at this point in the history
removed unused import
  • Loading branch information
m-paz authored Sep 27, 2022
1 parent 1d285fa commit ba5a6a2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion viadot/flows/adls_to_azure_sql.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
from typing import Any, Dict, List, Literal

import pandas as pd
import numpy as np
from prefect import Flow, task
from prefect.backend import get_key_value
from prefect.utilities import logging
Expand Down

0 comments on commit ba5a6a2

Please sign in to comment.