Skip to content

Commit

Permalink
Removed unused asyncio.Lock (#76)
Browse files Browse the repository at this point in the history
  • Loading branch information
Skaronator authored Dec 27, 2023
1 parent ca03098 commit 301c459
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pyprusalink/client.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
from __future__ import annotations

import asyncio
from collections.abc import AsyncGenerator
from contextlib import asynccontextmanager
import hashlib
Expand All @@ -17,7 +16,6 @@ def __init__(
self.host = host
self._username = username
self._password = password
self._lock = asyncio.Lock()

self._realm = ""
self._nonce = ""
Expand Down

0 comments on commit 301c459

Please sign in to comment.