Skip to content

Commit ad7233b

Browse files
Reformat PR code
1 parent 07b9d82 commit ad7233b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

alluka/managed/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232

3333
from __future__ import annotations
3434

35-
__all__: list[str] = ["ConfigFile", "PluginConfig", "Manager"]
35+
__all__: list[str] = ["ConfigFile", "Manager", "PluginConfig"]
3636

3737
import typing
3838
from collections import abc as collections

alluka/managed/_index.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
import typing
4141
import weakref
4242
from collections import abc as collections
43+
4344
from . import _config # pyright: ignore[reportPrivateUsage]
4445

4546
if typing.TYPE_CHECKING:

0 commit comments

Comments
 (0)