From 78f44dad7ee7bd67b43e2d983eddcd74139a051f Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Mon, 13 Jan 2025 23:42:11 +0900 Subject: [PATCH] purestorage: Drop unused HAS_PURITY_FB flag Availability of the client is checked through the module name directly instead of this flag. Trivial-Fix Change-Id: I774fbd98ad097819d5cf4cd5bf3a08ce26d47ed9 --- manila/share/drivers/purestorage/flashblade.py | 1 - 1 file changed, 1 deletion(-) diff --git a/manila/share/drivers/purestorage/flashblade.py b/manila/share/drivers/purestorage/flashblade.py index 0bd02681f4..e78f36d7e3 100644 --- a/manila/share/drivers/purestorage/flashblade.py +++ b/manila/share/drivers/purestorage/flashblade.py @@ -27,7 +27,6 @@ from manila import exception from manila.i18n import _ from manila.share import driver -HAS_PURITY_FB = True try: import purity_fb except ImportError: