1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-16 21:24:10 +00:00

Make pylint happy

This commit is contained in:
Joey Territo
2023-07-22 15:26:42 -05:00
committed by deadc0de
parent 9954a21e3f
commit 574e88630c

View File

@@ -197,7 +197,6 @@ class Templategen:
# Canonicalize relative path # Canonicalize relative path
dst = os.path.join(os.path.dirname(src), dst) dst = os.path.join(os.path.dirname(src), dst)
return self._get_filetype(dst) return self._get_filetype(dst)
else:
return filetype return filetype
def _handle_file(self, src): def _handle_file(self, src):