Fix comment

This commit is contained in:
zandercymatics 2024-03-12 15:01:01 -06:00
parent 3b9f68ac4b
commit 6992f1489b
No known key found for this signature in database
GPG key ID: FF4636ABEC9682B7

View file

@ -53,8 +53,7 @@ class EPPLibWrapper:
"urn:ietf:params:xml:ns:contact-1.0", "urn:ietf:params:xml:ns:contact-1.0",
], ],
) )
# We should only ever have one active connection at a time, # We should only ever have one active connection at a time
# given that
self.connection_lock = BoundedSemaphore(1) self.connection_lock = BoundedSemaphore(1)
try: try:
self._initialize_client() self._initialize_client()