mirror of
https://github.com/PR0M3TH3AN/VoxVera.git
synced 2025-09-08 06:58:42 +00:00
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:
@@ -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)
|
||||
|
Reference in New Issue
Block a user