Skip to content

Commit

Permalink
Remove unused variable
Browse files Browse the repository at this point in the history
Signed-off-by: LilSpazJoekp <15524072+LilSpazJoekp@users.noreply.github.com>
  • Loading branch information
LilSpazJoekp committed Dec 13, 2020
1 parent 5819b2d commit a91b147
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/unit/models/test_util.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@ async def generate(limit, **kwargs):

stream = stream_generator(generate)
seen = set()
loop_counter = 0
async for thing in stream:
assert thing not in seen
seen.add(thing)
Expand Down

0 comments on commit a91b147

Please sign in to comment.