diff --git a/voxvera/cli.py b/voxvera/cli.py index b393851..91ab9b3 100644 --- a/voxvera/cli.py +++ b/voxvera/cli.py @@ -20,7 +20,6 @@ def _template_res(*parts) -> Traversable: """Return a Traversable for files under the packaged ``templates`` folder.""" return resources.files(__package__).joinpath('templates', *parts) - def _src_res(*parts) -> Traversable: """Return a Traversable for files under the packaged ``src`` folder.""" return resources.files(__package__).joinpath('src', *parts)