Skip to content

Commit

Permalink
Remove rogue print()
Browse files Browse the repository at this point in the history
  • Loading branch information
OleJoik committed Jun 12, 2024
1 parent 543b80d commit d79f42e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion htpy/html2htpy.py
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,6 @@ def main() -> None:
sys.exit(1)

shorthand: bool = False if args.no_shorthand else True
print(shorthand)
imports: Literal["yes", "h", "no"] = args.imports

formatter = _get_formatter(args.format)
Expand Down

0 comments on commit d79f42e

Please sign in to comment.