Skip to content

Commit 6d8d9d5

Browse files
committed
ruff check
1 parent b4a8b05 commit 6d8d9d5

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

src/dictIO/formatter.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@
2222
from dictIO.types import K, M, S, TKey, TSingleValue, TValue, V
2323

2424
__all__ = [
25-
"Formatter",
26-
"NativeFormatter",
2725
"FoamFormatter",
26+
"Formatter",
2827
"JsonFormatter",
28+
"NativeFormatter",
2929
"XmlFormatter",
3030
]
3131

src/dictIO/parser.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
if TYPE_CHECKING:
2525
import os
2626

27-
__all__ = ["Parser", "NativeParser", "FoamParser", "JsonParser", "XmlParser"]
27+
__all__ = ["FoamParser", "JsonParser", "NativeParser", "Parser", "XmlParser"]
2828

2929
logger = logging.getLogger(__name__)
3030

0 commit comments

Comments
 (0)