Skip to content

Commit 522621d

Browse files
committed
fix: remove unused import
1 parent 281173c commit 522621d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

update.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
from json import dumps, loads
1+
from json import dumps
22
from os import listdir, path
33
from typing import TypedDict
44

0 commit comments

Comments
 (0)