Skip to content

Commit 0928331

Browse files
committed
added contracts to getMethods in httputils.py
1 parent 5aab1fb commit 0928331

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

app/utils/httputils.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,11 @@ class Session:
1010
__LOGGER = logging.getLogger(__name__)
1111

1212
def getClientSession(self):
13+
"""returns __CLIENT_SESSION"""
1314
return self.__CLIENT_SESSION
1415

1516
def getLogger(self):
17+
"""returns __LOGGER"""
1618
return self.__LOGGER
1719

1820
async def setup_client_session(self):

0 commit comments

Comments
 (0)