Skip to content

Commit

Permalink
Correct imports
Browse files Browse the repository at this point in the history
  • Loading branch information
JimMadge committed Nov 26, 2024
1 parent fd6dfec commit 6dc5a68
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
from pulumi import ComponentResource, Input, ResourceOptions
from pulumi_azure_native import insights, storage

from data_safe_haven.infrastructure.components import (
from data_safe_haven.infrastructure.components.dynamic import (
BlobContainerAcl,
BlobContainerAclProps,
)
from data_safe_haven.infrastructure.components.wrapped import (
WrappedLogAnalyticsWorkspace,
)

Expand Down

0 comments on commit 6dc5a68

Please sign in to comment.