Skip to content

Commit

Permalink
Merge branch 'f-GenerateFeatureBlameReport' of github.com:se-sic/VaRA…
Browse files Browse the repository at this point in the history
…-Tool-Suite into f-FeatureBlamePlots
  • Loading branch information
Simon Rüdiger Steuer committed Sep 25, 2023
2 parents e62aa45 + 5848c18 commit 3e4cd69
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 @@ -57,7 +57,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 3e4cd69

Please sign in to comment.