Skip to content

Commit 363e7bc

Browse files
committed
Alphabetize introspection imports
1 parent 6520223 commit 363e7bc

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

src/scyjava/__init__.py

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,14 @@
9191
to_java,
9292
to_python,
9393
)
94+
from ._introspection import (
95+
attrs,
96+
fields,
97+
find_java,
98+
java_source,
99+
methods,
100+
src,
101+
)
94102
from ._jvm import ( # noqa: F401
95103
available_processors,
96104
gc,
@@ -126,14 +134,6 @@
126134
jstacktrace,
127135
numeric_bounds,
128136
)
129-
from ._introspection import (
130-
find_java,
131-
java_source,
132-
methods,
133-
fields,
134-
attrs,
135-
src,
136-
)
137137
from ._versions import compare_version, get_version, is_version_at_least
138138

139139
__version__ = get_version("scyjava")

0 commit comments

Comments
 (0)