Skip to content

Commit

Permalink
fix(ingestion/airflow-plugin): linter issue
Browse files Browse the repository at this point in the history
  • Loading branch information
dushayntAW committed Oct 8, 2024
1 parent c87c070 commit 7727f76
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
from enum import Enum
from typing import TYPE_CHECKING, Optional

from pydantic.fields import Field

import datahub.emitter.mce_builder as builder
from airflow.configuration import conf
from datahub.configuration.common import ConfigModel, AllowDenyPattern
from datahub.configuration.common import AllowDenyPattern, ConfigModel
from pydantic.fields import Field

if TYPE_CHECKING:
from datahub_airflow_plugin.hooks.datahub import DatahubGenericHook
Expand Down

0 comments on commit 7727f76

Please sign in to comment.