Skip to content

Commit

Permalink
Update metrics.py
Browse files Browse the repository at this point in the history
  • Loading branch information
bliutech authored Jul 19, 2024
1 parent 8c60295 commit a967a57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/metrics.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ def visitOrExpr(self, oex: OrExpr) -> None:
OpCounter._count += 1
oex.first.accept(self)

def getCount(self) -> None:
def getCount(self) -> int:
return self._count

0 comments on commit a967a57

Please sign in to comment.