Skip to content

Commit e9005b6

Browse files
style: apply ruff format to src/json2sql/__main__.py
1 parent 9acdbd5 commit e9005b6

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/json2sql/__main__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
"""Allows python -m json2sql to run the CLI."""
2+
23
from .cli import app
34

45
app() # pragma: no cover

0 commit comments

Comments
 (0)