Skip to content

Commit

Permalink
remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
postamar committed Jan 5, 2024
1 parent 6b9e572 commit b5f7056
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion airbyte-ci/connectors/pipelines/pipelines/helpers/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
import anyio
import asyncclick as click
import asyncer
from dagger import Client, Config, Container, ExecError, File, ImageLayerCompression, Platform, QueryError, Secret
from dagger import Client, Config, Container, ExecError, File, ImageLayerCompression, Platform, Secret
from more_itertools import chunked

if TYPE_CHECKING:
Expand Down

0 comments on commit b5f7056

Please sign in to comment.