Skip to content

Commit 19c4cbc

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 4854c4d commit 19c4cbc

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

prelude_parser/__init__.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@
1515
__version__ = VERSION
1616

1717
__all__ = [
18+
"SiteNative",
19+
"SubjectNative",
20+
"UserNative",
1821
"parse_site_native_file",
1922
"parse_site_native_string",
2023
"parse_subject_native_file",
2124
"parse_subject_native_string",
22-
"parse_user_native_file",
23-
"parse_user_native_string",
2425
"parse_to_classes",
2526
"parse_to_dict",
26-
"SiteNative",
27-
"SubjectNative",
28-
"UserNative",
27+
"parse_user_native_file",
28+
"parse_user_native_string",
2929
]

0 commit comments

Comments
 (0)