Skip to content

Commit 50733c4

Browse files
fix lint
1 parent 3e7a354 commit 50733c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ddtrace/profiling/collector/_lock.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ def __mro_entries__(self, bases: Tuple[Any, ...]) -> Tuple[Type[Any], ...]:
318318
"""Support subclassing the wrapped lock type (PEP 560).
319319
320320
When custom lock types inherit from a wrapped lock
321-
(e.g. neo4j's AsyncRLock that inherits from asyncio.Lock), program error with:
321+
(e.g. neo4j's AsyncRLock that inherits from asyncio.Lock), program error with:
322322
> TypeError: _LockAllocatorWrapper.__init__() takes 2 positional arguments but 4 were given
323323
324324
This method returns the actual object type to be used as the base class.

0 commit comments

Comments
 (0)