Remove stray quote after _template_res docstring

This commit is contained in:
thePR0M3TH3AN
2025-06-21 17:06:58 -04:00
parent 871c6e4316
commit a751e3d591

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)