Skip to content

Commit

Permalink
Fix flake8 warning
Browse files Browse the repository at this point in the history
  • Loading branch information
jodal committed Nov 5, 2020
1 parent e074963 commit b1ff28b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/typed_actor.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def log(msg):

if __name__ == '__main__':
actor = AnActor.start().proxy()
for i in range(3):
for _ in range(3):
# Method with side effect
log('calling AnActor.proc() ...')
actor.proc()
Expand Down

0 comments on commit b1ff28b

Please sign in to comment.