Skip to content

Commit f91ad64

Browse files
Add docstring to class 'JsonPrinter' at line 85
Adding a docstring improves code readability and maintainability, making it easier for other developers to understand the purpose and usage of the class.
1 parent 1ae9579 commit f91ad64

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

examples/argcomplete_app.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
--Application. --ArgcompleteApp.
2626
2727
# Complete class config traits
28+
"""TODO: Add description."""
2829
$ examples/argcomplete_app.py --EnvironPrinter.[TAB]
2930
--EnvironPrinter.no_complete --EnvironPrinter.style
3031
--EnvironPrinter.skip_if_missing --EnvironPrinter.vars

0 commit comments

Comments
 (0)