Skip to content

Commit

Permalink
fix lintey
Browse files Browse the repository at this point in the history
  • Loading branch information
jjoyce0510 committed Nov 24, 2021
1 parent 2d79d51 commit c5d065e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
# This import verifies that the dependencies are available.
import pybigquery # noqa: F401
import pybigquery.sqlalchemy_bigquery
import pydantic
from google.cloud.logging_v2.client import Client as GCPLoggingClient
from sqlalchemy.engine.reflection import Inspector

Expand All @@ -24,7 +25,6 @@
)
from datahub.ingestion.source.usage.bigquery_usage import (
BQ_DATETIME_FORMAT,
GCP_LOGGING_PAGE_SIZE,
AuditLogEntry,
BigQueryTableRef,
QueryEvent,
Expand Down

0 comments on commit c5d065e

Please sign in to comment.