Skip to content

Commit

Permalink
Update snap
Browse files Browse the repository at this point in the history
  • Loading branch information
epenet committed Jul 8, 2024
1 parent 225a416 commit 75e6525
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ RET501.py:14:9: RET501 [*] Do not explicitly `return None` in function if it is
13 | print(f"{key} not found")
14 | return None
| ^^^^^^^^^^^ RET501
15 |
15 |
16 | @property
|
= help: Remove explicit `return None`
Expand All @@ -37,6 +37,6 @@ RET501.py:14:9: RET501 [*] Do not explicitly `return None` in function if it is
13 13 | print(f"{key} not found")
14 |- return None
14 |+ return
15 |
16 | @property
17 | def prop(self) -> None:
15 15 |
16 16 | @property
17 17 | def prop(self) -> None:

0 comments on commit 75e6525

Please sign in to comment.