We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd5eb70 commit c24e363Copy full SHA for c24e363
db_mutex/db_mutex.py
@@ -26,7 +26,7 @@ def __init__(self, lock_id, suppress_acquisition_exceptions=False):
26
27
.. code-block:: python
28
29
- from db_mutex import db_mutex
+ from db_mutex.db_mutex import db_mutex
30
31
# Lock a critical section of code
32
try:
0 commit comments