Skip to content

Commit 0e9a81f

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 021f716 commit 0e9a81f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

toml/__init__.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212

1313
__all__ = [
1414
"TOMLError",
15-
"loads",
16-
"load",
17-
"dumps",
1815
"dump",
16+
"dumps",
17+
"load",
18+
"loads",
1919
]

0 commit comments

Comments
 (0)