Skip to content

Commit

Permalink
fix: remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
star0202 committed Aug 29, 2024
1 parent 281173c commit 522621d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion update.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from json import dumps, loads
from json import dumps
from os import listdir, path
from typing import TypedDict

Expand Down

0 comments on commit 522621d

Please sign in to comment.