We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 869a49d commit 509cc21Copy full SHA for 509cc21
cmdcomp/config.py
@@ -19,7 +19,6 @@ class Config(RootModel):
19
def load(file: BinaryIO) -> Config:
20
_, extention = os.path.splitext(file.name)
21
match extention:
22
- # TODO: In v2, we will remove support for json.
23
case ".json":
24
data = json.load(file)
25
0 commit comments