Skip to content

Commit

Permalink
Added missing blank line after control block
Browse files Browse the repository at this point in the history
  • Loading branch information
agronholm committed Nov 30, 2023
1 parent 0b6f137 commit cafbf63
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/sqlacodegen/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ def main() -> None:
if args.version:
print(version("sqlacodegen"))
return

if not args.url:
print("You must supply a url\n", file=sys.stderr)
parser.print_help()
Expand Down

0 comments on commit cafbf63

Please sign in to comment.