Skip to content

Commit e22b105

Browse files
committed
formatting
1 parent 50ca1d8 commit e22b105

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/schemapack/_internals/spec/datapack.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
ResourceId,
3636
)
3737

38-
SupportedDataPackVersions = Literal["3.0.0", "3.1.0", "4.0.0"]
38+
SupportedDataPackVersions = Literal["3.0.0", "3.1.0", "4.0.0"]
3939
SUPPORTED_DATA_PACK_VERSIONS = typing.get_args(SupportedDataPackVersions)
4040

4141

0 commit comments

Comments
 (0)