diff options
| author | Dylan Araps <dylan.araps@gmail.com> | 2017-07-22 19:11:14 +1000 |
|---|---|---|
| committer | Dylan Araps <dylan.araps@gmail.com> | 2017-07-22 19:11:14 +1000 |
| commit | 016e97d6e640ec8f35965f9852f46104c83e982b (patch) | |
| tree | 518b716fcb96266ab09095c5e6b33bbcb3082e84 /pywal/template.py | |
| parent | 6e39b78dc3a8ae6fc164f2fe26f6c0004d92dc41 (diff) | |
lint: Remove all lint comments.
Diffstat (limited to 'pywal/template.py')
| -rw-r--r-- | pywal/template.py | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/pywal/template.py b/pywal/template.py index 1dc72bf..210e45e 100644 --- a/pywal/template.py +++ b/pywal/template.py @@ -26,6 +26,5 @@ def export_all_templates(colors, output_dir, template_dir=None): **colors["colors"]} all_colors = {k: util.Color(v) for k, v in all_colors.items()} - # pylint: disable=W0106 - [template(all_colors, file.path, output_dir) - for file in os.scandir(template_dir)] + for file in os.scandir(template_dir): + template(all_colors, file.path, output_dir) |
