Merge pull request #89 from PR0M3TH3AN/codex/fix-docstring-in-voxvera/cli.py

Fix stray quote in cli template helper
This commit is contained in:
thePR0M3TH3AN
2025-06-21 17:07:10 -04:00
committed by GitHub

View File

@@ -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)