Skip to content

Commit

Permalink
Remove unused file
Browse files Browse the repository at this point in the history
  • Loading branch information
AT0myks committed Dec 21, 2023
1 parent c0627fd commit fb4f7fe
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion reolinkfw/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@

__version__ = "1.1.0"

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

UBOOT_SECTIONS = ("uboot", "uboot1", "BOOT")
Expand Down
1 change: 0 additions & 1 deletion reolinkfw/typedefs.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
InfoFiles = TypedDict("InfoFiles", {
"version_file": bytes,
"dvr.xml": bytes,
"version.json": Optional[bytes],
"dvr": Optional[bytes],
"router": Optional[bytes],
})
Expand Down

0 comments on commit fb4f7fe

Please sign in to comment.