Skip to content

Commit

Permalink
Removing unused variables
Browse files Browse the repository at this point in the history
  • Loading branch information
elvis kahoro committed Aug 28, 2022
1 parent 8b85143 commit 42d62e1
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions scripts/gen_theme_previews.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
from typing import Dict
from typing import List
from typing import Optional
from typing import Tuple

import yaml

Expand Down Expand Up @@ -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})**:|"
Expand Down

0 comments on commit 42d62e1

Please sign in to comment.