mirror of
https://github.com/dylanaraps/pywal.git
synced 2025-08-09 22:37:33 +02:00
general: Remove pointless f-string
This commit is contained in:
@ -48,7 +48,7 @@ def every(colors, output_dir=CACHE_DIR):
|
||||
for file in os.scandir(MODULE_DIR / "templates"):
|
||||
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):
|
||||
|
Reference in New Issue
Block a user