Skip to content

Commit

Permalink
Fix code style in markdown file
Browse files Browse the repository at this point in the history
  • Loading branch information
egparedes committed Jun 12, 2024
1 parent 4788405 commit 414c55f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions CODING_GUIDELINES.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,9 +144,7 @@ and, if needed, a brief comment for future reference:

```python
...
return (
undeclared_symbol # noqa: F821 [undefined-name] on purpose to trigger black-magic
)
return undeclared # noqa: F821 [undefined-name] on purpose to trigger black-magic
```

## Testing
Expand Down

0 comments on commit 414c55f

Please sign in to comment.