Skip to content

Commit b603973

Browse files
committed
remove comment in database.py
1 parent 6258bcf commit b603973

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tests/shared/database.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,6 @@ def __init__(
2424
'Database objects must be created using Database.create.'
2525
self.__with_authorization_client: Client = with_authorization_client
2626
self.__with_invalid_url_client: Client = with_invalid_url_client
27-
"""self.clients["with_authorization"] = clients
28-
self.with_authorization: TestingDatabase = with_authorization
29-
self.with_invalid_url: TestingDatabase = with_invalid_url"""
3027

3128
@classmethod
3229
def _create_container(cls, api_token, image_tag):

0 commit comments

Comments
 (0)