mirror of
https://github.com/ethauvin/warp-themes.git
synced 2025-04-25 09:07:11 -07:00
Removing unused variables
This commit is contained in:
parent
8b851437fe
commit
42d62e15a4
1 changed files with 0 additions and 3 deletions
|
@ -5,7 +5,6 @@ from typing import Any
|
|||
from typing import Dict
|
||||
from typing import List
|
||||
from typing import Optional
|
||||
from typing import Tuple
|
||||
|
||||
import yaml
|
||||
|
||||
|
@ -110,8 +109,6 @@ def main():
|
|||
svg_dir = os.path.join(output_dir, "previews")
|
||||
os.makedirs(svg_dir, exist_ok=True)
|
||||
|
||||
intro = open(args.intro_file, "r").read()
|
||||
|
||||
for input_file in sorted(filenames):
|
||||
print(f"Generating for {input_file}")
|
||||
cell = f"|**[{file_name_to_display(input_file)}]({input_file})**:|"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue