Skip to content

Commit

Permalink
Fix lint.
Browse files Browse the repository at this point in the history
  • Loading branch information
robin-ynput committed Dec 4, 2024
1 parent 9f590cd commit 156d3e6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ def process(self, instance):

# add review representation to instance data
if review_repre:
instance.data["representations"].append(review_repre)
instance.data["representations"].append(review_repre)

self.log.debug(instance.data)

Expand Down

0 comments on commit 156d3e6

Please sign in to comment.