Skip to content

Commit

Permalink
removed prefect dependency from azure_sql source
Browse files Browse the repository at this point in the history
  • Loading branch information
fdelgadodyvenia committed Sep 21, 2024
1 parent 89dd950 commit d41dada
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/viadot/sources/azure_sql.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

from typing import Literal

from prefect.utilities import logging
import logging

from .sql_server import SQLServer

logger = logging.get_logger(__name__)
logger = logging.getLogger(__name__)


class AzureSQL(SQLServer):
Expand Down

0 comments on commit d41dada

Please sign in to comment.