Skip to content

Commit

Permalink
Fix mypy
Browse files Browse the repository at this point in the history
  • Loading branch information
danjujan committed Jul 28, 2023
1 parent c94d0dd commit 459221f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion varats/varats/data/reports/llvm_coverage_report.py
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ def from_file(cls, path: str) -> CodeRegion:
filename=path
)

def __post_init__(self):
def __post_init__(self) -> None:
self.counts.append(self.count)
self.instantiations.append(self.function)

Expand Down

0 comments on commit 459221f

Please sign in to comment.