Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronsteers committed Mar 18, 2024
1 parent 7ecbe96 commit 919f24b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion airbyte/caches/bigquery.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
from typing import Any

from overrides import overrides
from pydantic import Field, root_validator, validator
from pydantic import Field, root_validator

from airbyte._processors.sql.bigquery import BigQuerySqlProcessor
from airbyte.caches.base import (
Expand Down

0 comments on commit 919f24b

Please sign in to comment.