Skip to content

Commit

Permalink
type ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
benpankow committed Nov 27, 2023
1 parent d44c772 commit 77d2bfe
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ def dev_s3(config):
if safe_is_subclass(configurable, ConfigurableResourceFactory):
configurable_inner = cast(
ResourceDefinition,
(
( # type: ignore
cast(Type[ConfigurableResourceFactory], configurable)
.configure_at_launch()
.get_resource_definition()
Expand Down

0 comments on commit 77d2bfe

Please sign in to comment.