Skip to content

Commit 0043201

Browse files
committed
fix: remove duplicate
1 parent a8e1e83 commit 0043201

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

py_hamt/store_httpx.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -223,9 +223,6 @@ def __init__(
223223
self._owns_client = True
224224
self._client_per_loop = {}
225225

226-
# The instance is never closed on initialization.
227-
self._closed = False
228-
229226
# store for later use by _loop_client()
230227
self._default_headers = headers
231228
self._default_auth = auth

0 commit comments

Comments
 (0)