Skip to content

Commit 859c32a

Browse files
authored
Drop unused coud backup dir constant (#6172)
The constant PATH_CLOUD_BACKUP is not used anywhere in the codebase. Remove it to clean up the code. This is a leftover from a removed initial cloud backup support implementation and got missed in #5464.
1 parent 87fc84c commit 859c32a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

supervisor/docker/const.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,6 @@ def from_status(cls, status: str) -> PullImageLayerStage | None:
165165
PATH_BACKUP = PurePath("/backup")
166166
PATH_SHARE = PurePath("/share")
167167
PATH_MEDIA = PurePath("/media")
168-
PATH_CLOUD_BACKUP = PurePath("/cloud_backup")
169168

170169
# https://hub.docker.com/_/docker
171170
ADDON_BUILDER_IMAGE = "docker.io/library/docker"

0 commit comments

Comments
 (0)