From 1aea2f56742dfa6cc51af9ffab9fe68410e3e2e4 Mon Sep 17 00:00:00 2001 From: Rikard Danielsson Date: Thu, 6 Mar 2025 16:26:05 +0100 Subject: [PATCH] apparently "You do not need to declare variables before using them" in python - cleanup --- templates/application/check_nextcloud_mounts.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/templates/application/check_nextcloud_mounts.py b/templates/application/check_nextcloud_mounts.py index 8e33300..5a7cb7a 100644 --- a/templates/application/check_nextcloud_mounts.py +++ b/templates/application/check_nextcloud_mounts.py @@ -7,8 +7,6 @@ import subprocess import sys exit = 0 -bucket_count = {} -containers = {} base_message = "OK: no duplicate mounts" long_message = ""