Skip to content

Commit

Permalink
fix: Remove if statement from copy-paste
Browse files Browse the repository at this point in the history
Signed-off-by: Colton Wolkins (Indicio work address) <[email protected]>
  • Loading branch information
TheTechmage committed Sep 8, 2022
1 parent adb454d commit ea26976
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,6 @@ def find_supplement_attr(supplement, key):

# Only hashlink data validation is supported at the moment
if supplement.type != "hashlink-data":
if not data:
valid_suppliments = False
break

Expand Down

0 comments on commit ea26976

Please sign in to comment.