Skip to content

Commit

Permalink
Run pre-commit to fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Ohashiro committed Dec 5, 2024
1 parent 7da33e8 commit 7a175a3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion providers/tests/microsoft/azure/triggers/test_powerbi.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,11 @@
from unittest import mock

import pytest

from airflow.providers.microsoft.azure.hooks.powerbi import PowerBIDatasetRefreshStatus
from airflow.providers.microsoft.azure.triggers.powerbi import PowerBITrigger

from airflow.triggers.base import TriggerEvent

from providers.tests.microsoft.conftest import get_airflow_connection

POWERBI_CONN_ID = "powerbi_default"
Expand Down

0 comments on commit 7a175a3

Please sign in to comment.