mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-06-29 07:43:32 +02:00
Add spacing
This commit is contained in:
parent
055942fe3a
commit
02baff3f79
1 changed files with 2 additions and 1 deletions
|
@ -30,12 +30,13 @@ class EPPConnectionPool(ConnectionPool):
|
||||||
# For storing shared credentials
|
# For storing shared credentials
|
||||||
self._client = client
|
self._client = client
|
||||||
self._login = login
|
self._login = login
|
||||||
|
|
||||||
# Keep track of each greenlet
|
# Keep track of each greenlet
|
||||||
self.greenlets = []
|
self.greenlets = []
|
||||||
|
|
||||||
# Define optional pool settings.
|
# Define optional pool settings.
|
||||||
# Kept in a dict so that the parent class,
|
# Kept in a dict so that the parent class,
|
||||||
# client.py, can maintain seperation/expanadability
|
# client.py, can maintain seperation/expandability
|
||||||
self.size = 1
|
self.size = 1
|
||||||
if "size" in options:
|
if "size" in options:
|
||||||
self.size = options["size"]
|
self.size = options["size"]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue