Skip to content

Commit

Permalink
Update pixee_python_bad-lock-with-statement.md (#164)
Browse files Browse the repository at this point in the history
  • Loading branch information
dunningdan authored Apr 5, 2024
1 parent 665fcdf commit 461c841
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,5 @@ N/A

## References

- [https://pylint.pycqa.org/en/latest/user_guide/messages/warning/useless-with-lock.](https://pylint.pycqa.org/en/latest/user_guide/messages/warning/useless-with-lock.)
- [https://pylint.pycqa.org/en/latest/user_guide/messages/warning/useless-with-lock.html](https://pylint.pycqa.org/en/latest/user_guide/messages/warning/useless-with-lock.html)
- [https://docs.python.org/3/library/threading.html#using-locks-conditions-and-semaphores-in-the-with-statement](https://docs.python.org/3/library/threading.html#using-locks-conditions-and-semaphores-in-the-with-statement)

0 comments on commit 461c841

Please sign in to comment.