diff --git a/src/template_code_location/defs/__init__.py b/src/template_code_location/defs/__init__.py deleted file mode 100644 index ff7bf6b..0000000 --- a/src/template_code_location/defs/__init__.py +++ /dev/null @@ -1,5 +0,0 @@ -"""Dagster DG defs entrypoint for this project.""" - -from template_code_location.repository import defs - -__all__ = ["defs"]