Skip to content

Commit fb4f7fe

Browse files
committed
Remove unused file
1 parent c0627fd commit fb4f7fe

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

reolinkfw/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151

5252
__version__ = "1.1.0"
5353

54-
FILES = ("version_file", "version.json", "dvr.xml", "dvr", "router")
54+
FILES = ("version_file", "dvr.xml", "dvr", "router")
5555
INFO_KEYS = ("firmware_version_prefix", "board_type", "board_name", "build_date", "display_type_info", "detail_machine_type", "type")
5656

5757
UBOOT_SECTIONS = ("uboot", "uboot1", "BOOT")

reolinkfw/typedefs.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
InfoFiles = TypedDict("InfoFiles", {
1919
"version_file": bytes,
2020
"dvr.xml": bytes,
21-
"version.json": Optional[bytes],
2221
"dvr": Optional[bytes],
2322
"router": Optional[bytes],
2423
})

0 commit comments

Comments
 (0)