mirror of
https://github.com/dylanaraps/pywal.git
synced 2024-11-29 11:24:03 +01:00
general: Remove pointless f-string
This commit is contained in:
parent
02d37b6bbe
commit
ad986dd534
@ -48,7 +48,7 @@ def every(colors, output_dir=CACHE_DIR):
|
|||||||
for file in os.scandir(MODULE_DIR / "templates"):
|
for file in os.scandir(MODULE_DIR / "templates"):
|
||||||
template(all_colors, file.path, output_dir / file.name)
|
template(all_colors, file.path, output_dir / file.name)
|
||||||
|
|
||||||
print(f"export: Exported all files.")
|
print("export: Exported all files.")
|
||||||
|
|
||||||
|
|
||||||
def color(colors, export_type, output_file=None):
|
def color(colors, export_type, output_file=None):
|
||||||
|
Loading…
Reference in New Issue
Block a user