We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07b9d82 commit ad7233bCopy full SHA for ad7233b
alluka/managed/__init__.py
@@ -32,7 +32,7 @@
32
33
from __future__ import annotations
34
35
-__all__: list[str] = ["ConfigFile", "PluginConfig", "Manager"]
+__all__: list[str] = ["ConfigFile", "Manager", "PluginConfig"]
36
37
import typing
38
from collections import abc as collections
alluka/managed/_index.py
@@ -40,6 +40,7 @@
40
41
import weakref
42
43
+
44
from . import _config # pyright: ignore[reportPrivateUsage]
45
46
if typing.TYPE_CHECKING:
0 commit comments