Skip to content

Commit 509cc21

Browse files
committed
Remove: old todo comment.
1 parent 869a49d commit 509cc21

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cmdcomp/config.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ class Config(RootModel):
1919
def load(file: BinaryIO) -> Config:
2020
_, extention = os.path.splitext(file.name)
2121
match extention:
22-
# TODO: In v2, we will remove support for json.
2322
case ".json":
2423
data = json.load(file)
2524

0 commit comments

Comments
 (0)