Skip to content

Commit

Permalink
Add type annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
heyman committed May 4, 2020
1 parent 0f6f217 commit bd198ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion locust/runners.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ def user_classes(self):
return self.environment.user_classes

@property
def stats(self):
def stats(self) -> RequestStats:
return self.environment.stats

@property
Expand Down

0 comments on commit bd198ac

Please sign in to comment.