Skip to content

Commit

Permalink
add BoolMetadataValue to __all__ in dagster/__init__.py (#7838)
Browse files Browse the repository at this point in the history
  • Loading branch information
sryza committed May 11, 2022
1 parent 27ca0c0 commit 106dca2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python_modules/dagster/dagster/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -396,6 +396,7 @@ def __dir__() -> typing.List[str]:
"JsonMetadataValue",
"LoggerDefinition",
"build_init_logger_context",
"BoolMetadataValue",
"MarkdownMetadataValue",
"IntMetadataValue",
"FloatMetadataValue",
Expand Down

0 comments on commit 106dca2

Please sign in to comment.