Skip to content

Commit

Permalink
fixing flake8 linting
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-sutton-1992 committed Dec 12, 2023
1 parent f96758a commit 1975b1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion medcat/cdb.py
Original file line number Diff line number Diff line change
Expand Up @@ -1032,5 +1032,5 @@ def merge_cdb(cdb1: "CDB",
cdb.vocab[word] += cdb2.vocab[word]
else:
cdb.vocab[word] = cdb2.vocab[word]

return cdb

0 comments on commit 1975b1c

Please sign in to comment.