Skip to content

Commit

Permalink
fix mistake in return type
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Rüdiger Steuer committed Sep 25, 2023
1 parent 42de982 commit 5848c18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion varats/varats/data/reports/feature_blame_report.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def num_instructions(self) -> int:
return self.__num_instructions

@property
def features(self) -> str:
def features(self) -> tp.List[str]:
"""The features of this cfi."""
return self.__features

Expand Down

0 comments on commit 5848c18

Please sign in to comment.