Skip to content

Commit

Permalink
Remove extra blank line
Browse files Browse the repository at this point in the history
  • Loading branch information
domdfcoding committed Feb 28, 2024
1 parent 95c5459 commit 520334b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion libgunshotmatch/consolidate/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,6 @@ def from_dict(cls: Type["ConsolidatedSearchResult"], d: Mapping[str, Any]) -> "C
:param d:
"""


return cls(
name=d["name"],
cas=d["cas"],
Expand Down

0 comments on commit 520334b

Please sign in to comment.