Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
Expose AzureBlobStorageContainer block at top level to ensure it is…
Browse files Browse the repository at this point in the history
… registered with Prefect's ojbect registry (#145)

#Please enter the commit message for your changes. Lines starting
  • Loading branch information
desertaxle authored Mar 18, 2024
1 parent 90f6ae5 commit cdd20ef
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions prefect_azure/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
)
from .workers.container_instance import AzureContainerWorker # noqa
from .container_instance import AzureContainerInstanceJob # noqa
from .blob_storage import AzureBlobStorageContainer # noqa

__all__ = [
"AzureBlobStorageCredentials",
Expand All @@ -15,6 +16,7 @@
"AzureContainerInstanceCredentials",
"AzureContainerInstanceJob",
"AzureContainerWorker",
"AzureBlobStorageContainer",
]

__version__ = _version.get_versions()["version"]

0 comments on commit cdd20ef

Please sign in to comment.