From 35d108f23878b2f01032d2039c0e52f1c54d2758 Mon Sep 17 00:00:00 2001 From: undefined Date: Sun, 30 Aug 2020 08:17:52 +0800 Subject: [PATCH] Update settings.py --- oj/settings.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/oj/settings.py b/oj/settings.py index c1141a02..e329a93c 100644 --- a/oj/settings.py +++ b/oj/settings.py @@ -10,8 +10,6 @@ For the full list of settings and their values, see https://docs.djangoproject.com/en/1.8/ref/settings/ """ import os -import raven -from copy import deepcopy from utils.shortcuts import get_env production_env = get_env("OJ_ENV", "dev") == "production"