Skip to content

Commit

Permalink
fix: add missing GcsConfig import
Browse files Browse the repository at this point in the history
  • Loading branch information
thmswt authored and ion-elgreco committed Jan 22, 2025
1 parent 71a42e0 commit e283ac4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions libraries/dagster-delta/dagster_delta/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@
from .config import (
ClientConfig as ClientConfig,
)
from .config import (
GcsConfig as GcsConfig,
)
from .config import (
LocalConfig as LocalConfig,
)
Expand Down

0 comments on commit e283ac4

Please sign in to comment.