Skip to content

Commit

Permalink
lint: Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
elvis kahoro committed Jun 21, 2023
1 parent 7cc0323 commit a7ab5ec
Showing 1 changed file with 6 additions and 12 deletions.
18 changes: 6 additions & 12 deletions scripts/gen_theme_previews.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@
def get_all_input_files(
input_dir: str,
) -> list[str]:
"""
Parameters
"""Parameters
----------
input_dir :
Expand All @@ -25,8 +24,7 @@ def get_all_input_files(
def ensure_output_dir(
output_dir: str,
) -> None:
"""
Parameters
"""Parameters
----------
output_dir :
"""
Expand All @@ -40,8 +38,7 @@ def add_color_to_dict(
key: str,
prefix: str | None = None,
) -> None:
"""
Parameters
"""Parameters
----------
output :
obj :
Expand All @@ -57,8 +54,7 @@ def get_color_dict(
input_dir: str,
file_name: str,
) -> dict[str, str]:
"""
Parameters
"""Parameters
----------
input_dir :
file_name :
Expand Down Expand Up @@ -88,8 +84,7 @@ def get_color_dict(
def file_name_to_display(
file_name: str,
) -> str:
"""
Parameters
"""Parameters
----------
file_name :
Expand All @@ -110,8 +105,7 @@ def gen_svg_for_theme(
color_dict: dict[str, str],
svg_template: str,
) -> str:
"""
Parameters
"""Parameters
----------
color_dict :
svg_template :
Expand Down

0 comments on commit a7ab5ec

Please sign in to comment.