Skip to content

Commit f26fc1f

Browse files
Kolea PLESCOschivmeister
authored andcommitted
chore: add missing mongodb_client docstring
1 parent b09c067 commit f26fc1f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/ted_sws/notice_metadata_processor/services/metadata_normalizer.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ def extract_and_normalise_notice_metadata_from_notice(notice: Notice, mongodb_cl
8888
def normalise_notice(notice: Notice, mongodb_client: MongoClient = None) -> Notice:
8989
"""
9090
Given a notice object, normalise metadata and return the updated object
91+
:param mongodb_client:
9192
:param notice:
9293
:return:
9394
"""

0 commit comments

Comments
 (0)