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
This commit is contained in:
Takashi Kajinami
2025-01-13 23:42:11 +09:00
parent 20f066b99c
commit 78f44dad7e

View File

@@ -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: