Skip to content

Commit

Permalink
[autofix] Format Python
Browse files Browse the repository at this point in the history
  • Loading branch information
kdeldycke committed Dec 23, 2024
1 parent 5310d84 commit b1d25ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/logging.md
Original file line number Diff line number Diff line change
Expand Up @@ -280,10 +280,10 @@ Make the passing of the logger object to the verbosity option optional if it tar
```python
extra_basic_config(...)
@command
@verbosity_option
def custom_logger():
...
def custom_logger(): ...
```
````

Expand Down

0 comments on commit b1d25ac

Please sign in to comment.