Skip to content

Commit

Permalink
fix black
Browse files Browse the repository at this point in the history
  • Loading branch information
mxmehl committed Jul 4, 2024
1 parent 5ddf0c7 commit 518d0b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion complassist/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
"-o",
"--output",
default="json",
choices=['json', 'dict', 'none'],
choices=["json", "dict", "none"],
help="Desired output format.",
)

Expand Down

0 comments on commit 518d0b4

Please sign in to comment.