From d0313ced4a7719aa8cdbcd2cf3be218ddc3149ce Mon Sep 17 00:00:00 2001
From: Neda Moeini <neda.moeini@geant.org>
Date: Wed, 8 Jan 2025 15:14:22 +0100
Subject: [PATCH] Fixed mypy error

---
 sage_validation/settings.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sage_validation/settings.py b/sage_validation/settings.py
index 22cb5ec..23ffe66 100644
--- a/sage_validation/settings.py
+++ b/sage_validation/settings.py
@@ -37,7 +37,7 @@ INSTALLED_APPS = [
 LOCAL_APPS = [
     "sage_validation.file_validator",
 ]
-THIRD_PARTY_APPS = []
+THIRD_PARTY_APPS: list[str] = []
 
 INSTALLED_APPS += THIRD_PARTY_APPS + LOCAL_APPS
 
-- 
GitLab