Skip to content

Commit 55b24f3

Browse files
committed
Style: reorder imports
1 parent f5656db commit 55b24f3

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

wallhavenapi/__init__.py

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
from .wallhavenapi import WallhavenAPI, Category, Purity, Sorting, Order, TopRange, Color, Type
2-
from .wallhavenapi import RequestsLimitError, ApiKeyError, UnhandledException, NoWallpaperError
1+
from .wallhavenapi import WallhavenAPI, Category, Purity, Sorting, Order, TopRange, Color, Type, Seed
2+
from .wallhavenapi import RequestsLimitError, ApiKeyError, NoWallpaperError, UnhandledException
33

44
__all__ = [
55
"WallhavenAPI",
@@ -10,8 +10,9 @@
1010
"TopRange",
1111
"Color",
1212
"Type",
13+
"Seed",
1314
"RequestsLimitError",
1415
"ApiKeyError",
15-
"UnhandledException",
16-
"NoWallpaperError"
16+
"NoWallpaperError",
17+
"UnhandledException"
1718
]

0 commit comments

Comments
 (0)