aboutsummaryrefslogtreecommitdiff
path: root/generalresearch/config.py
diff options
context:
space:
mode:
Diffstat (limited to 'generalresearch/config.py')
-rw-r--r--generalresearch/config.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/generalresearch/config.py b/generalresearch/config.py
index 94885b1..92eacc2 100644
--- a/generalresearch/config.py
+++ b/generalresearch/config.py
@@ -1,3 +1,4 @@
+import os
from datetime import datetime, timezone
from pathlib import Path
from typing import Optional
@@ -7,6 +8,8 @@ from pydantic_settings import BaseSettings
from generalresearch.models.custom_types import DaskDsn, SentryDsn
+os.environ["DISABLE_PANDERA_IMPORT_WARNING"] = "True"
+
def is_debug() -> bool:
import os