Skip to content

Commit e8d6bee

Browse files
kamil-certatsebix
authored andcommitted
Add missing docstring
1 parent 5a584b7 commit e8d6bee

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

intelmq/lib/upgrades.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -977,6 +977,9 @@ def v340_deprecations(configuration, harmonization, dry_run, **kwargs):
977977

978978

979979
def v341_new_fields(configuration, harmonization, dry_run, **kwargs):
980+
"""
981+
Add new fields to IntelMQ Data Format
982+
"""
980983
changed = False
981984
if "severity" not in harmonization["event"]:
982985
harmonization["event"]["severity"] = {

0 commit comments

Comments
 (0)