Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
schrockn committed Dec 24, 2024
1 parent 1c00a16 commit 35d37e9
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ def _temp_venv(install_args: Sequence[str]) -> Iterator[Path]:


COMPONENT_PRINT_SCRIPT = """
from dagster_components import ComponentRegistry
from dagster_components import ComponentTypeRegistry
registry = ComponentRegistry.from_entry_point_discovery()
registry = ComponentTypeRegistry.from_entry_point_discovery()
for component_name in list(registry.keys()):
print(component_name)
"""
Expand Down

0 comments on commit 35d37e9

Please sign in to comment.