Skip to content

Commit

Permalink
add url
Browse files Browse the repository at this point in the history
  • Loading branch information
clavedeluna committed Oct 9, 2023
1 parent c60bfd8 commit e256298
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,4 @@ This codemod creates a new variable named `lock` which could clash with another

## References
* [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 e256298

Please sign in to comment.