Skip to content

Commit

Permalink
fix: wrong import
Browse files Browse the repository at this point in the history
  • Loading branch information
zyr17 committed Aug 30, 2023
1 parent bfdf6fa commit 916be8f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/server/test_others.py
Original file line number Diff line number Diff line change
Expand Up @@ -254,8 +254,7 @@ def test_id_wont_duplicate():
area = ObjectPositionType.INVALID,
id = -1,
)
import tqdm
for _ in tqdm.tqdm(range(100000)):
for _ in range(100000):
o = ObjectBase(
position = position,
)
Expand Down

0 comments on commit 916be8f

Please sign in to comment.