Skip to content

Commit 9cabb37

Browse files
committed
style: prettier
1 parent 4465df8 commit 9cabb37

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

test.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,7 @@ async def run() -> None:
4646
test_attributes(bot)
4747

4848
await asyncio.sleep(1)
49-
bots = await tg.get_bots(
50-
limit=250, offset=50, sort_by=topgg.SortBy.MONTHLY_VOTES
51-
)
49+
bots = await tg.get_bots(limit=250, offset=50, sort_by=topgg.SortBy.MONTHLY_VOTES)
5250

5351
for b in bots:
5452
test_attributes(b)

0 commit comments

Comments
 (0)