Skip to content

Commit

Permalink
#1115 basehook fix
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielwol committed Dec 17, 2024
1 parent be06be0 commit 4a63acc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion volumes/miovision/api/intersection_tmc.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
from time import sleep
from collections import namedtuple

from airflow.hooks.base_hook import BaseHook
from airflow.hooks.base import BaseHook
from airflow.providers.postgres.hooks.postgres import PostgresHook

class BreakingError(Exception):
Expand Down
2 changes: 1 addition & 1 deletion volumes/miovision/api/pull_alert.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
from psycopg2 import sql
from psycopg2.extras import execute_values

from airflow.hooks.base_hook import BaseHook
from airflow.hooks.base import BaseHook
from airflow.providers.postgres.hooks.postgres import PostgresHook

def logger():
Expand Down

0 comments on commit 4a63acc

Please sign in to comment.