summaryrefslogtreecommitdiff
path: root/pywal/export.py
diff options
context:
space:
mode:
authorDylan Araps <dylan.araps@gmail.com>2017-06-30 15:27:51 +1000
committerDylan Araps <dylan.araps@gmail.com>2017-06-30 15:27:51 +1000
commit1f531160d64257f3dff04421e852a1ca974f5547 (patch)
treea318fd77ddac7275ae6958ccc04ea219a874d16f /pywal/export.py
parentc8f76a5604f3f4103d92915e33d6394bc17bfd9c (diff)
general: cleanup
Diffstat (limited to 'pywal/export.py')
-rwxr-xr-xpywal/export.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/pywal/export.py b/pywal/export.py
index 29e0067..dce39d4 100755
--- a/pywal/export.py
+++ b/pywal/export.py
@@ -29,7 +29,6 @@ def template(colors, input_file, output_dir):
def export_all_templates(colors, template_dir=None, output_dir=CACHE_DIR):
"""Export all template files."""
-
# Add the template dir to module path.
template_dir = template_dir or \
os.path.join(os.path.dirname(__file__), "templates")