From ee692495d5a9ad61a12ccd5dbdf3346dbb1495d4 Mon Sep 17 00:00:00 2001 From: yu23ki14 Date: Thu, 23 May 2024 10:51:12 +0900 Subject: [PATCH] Remove unused var --- common/birdxplorer_common/storage.py | 1 - 1 file changed, 1 deletion(-) diff --git a/common/birdxplorer_common/storage.py b/common/birdxplorer_common/storage.py index 524c168..01efc06 100644 --- a/common/birdxplorer_common/storage.py +++ b/common/birdxplorer_common/storage.py @@ -24,7 +24,6 @@ BinaryBool, NotesClassification, NotesHarmful, - NotesValidationDifficulty ) from .models import XUser as XUserModel from .settings import GlobalSettings