Skip to content

Commit 39c535b

Browse files
committed
fix linting
1 parent 95fc731 commit 39c535b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

transistordatabase/mongodb_handling.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ def connect_local_tdb():
3030
:return: transistor_database collection
3131
3232
:raises pymongo.errors.ServerSelectionTimeoutError: if there is no mongoDB instance running
33+
:raises MissingServerConnection:
3334
"""
3435
try:
3536
max_server_delay = 1
@@ -49,6 +50,7 @@ def drop_local_tdb():
4950
Drop the local database.
5051
5152
:raises pymongo.errors.ServerSelectionTimeoutError: if there is no mongoDB instance running
53+
:raises MissingServerConnection: Missing server connection
5254
"""
5355
try:
5456
max_server_delay = 1

0 commit comments

Comments
 (0)