Skip to content

Commit

Permalink
organise imports
Browse files Browse the repository at this point in the history
  • Loading branch information
wizzdom committed Jan 15, 2025
1 parent 9787b36 commit 207b92d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/extensions/xkcd.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import arc
import aiohttp
import hikari
import random

import aiohttp
import arc
import hikari

xkcd = arc.GatewayPlugin(name="xkcd")

Expand Down

0 comments on commit 207b92d

Please sign in to comment.