Skip to content

Commit

Permalink
Fix Linting
Browse files Browse the repository at this point in the history
  • Loading branch information
ful1e5 committed Sep 13, 2023
1 parent 8427968 commit 6f0256c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/clickgen/scripts/ctgen.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
print_info,
print_subtext,
print_text,
yellow,
)
from clickgen.packer.windows import pack_win
from clickgen.packer.x11 import pack_x11
Expand Down
2 changes: 1 addition & 1 deletion src/clickgen/scripts/ctgen.pyi
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from clickgen.configparser import parse_config_file as parse_config_file
from clickgen.libs.colors import blue as blue, bold as bold, cyan as cyan, fail as fail, magenta as magenta, print_done as print_done, print_info as print_info, print_subtext as print_subtext, print_text as print_text, yellow as yellow
from clickgen.libs.colors import blue as blue, bold as bold, cyan as cyan, fail as fail, magenta as magenta, print_done as print_done, print_info as print_info, print_subtext as print_subtext, print_text as print_text
from clickgen.packer.windows import pack_win as pack_win
from clickgen.packer.x11 import pack_x11 as pack_x11
from typing import Any, Dict, Generator
Expand Down

0 comments on commit 6f0256c

Please sign in to comment.