Skip to content

Commit cafbf63

Browse files
committed
Added missing blank line after control block
1 parent 0b6f137 commit cafbf63

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/sqlacodegen/cli.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ def main() -> None:
6060
if args.version:
6161
print(version("sqlacodegen"))
6262
return
63+
6364
if not args.url:
6465
print("You must supply a url\n", file=sys.stderr)
6566
parser.print_help()

0 commit comments

Comments
 (0)