From e8329a12cc24c654d8be7e5e44ccfe6197fd02cd Mon Sep 17 00:00:00 2001 From: justcool393 Date: Sun, 16 Oct 2022 08:01:59 -0500 Subject: [PATCH] remove unused routes --- files/routes/__init__.py | 1 - 1 file changed, 1 deletion(-) diff --git a/files/routes/__init__.py b/files/routes/__init__.py index f9c046e1c..f8654050d 100644 --- a/files/routes/__init__.py +++ b/files/routes/__init__.py @@ -1,6 +1,5 @@ from .admin import * from .comments import * -from .discord import * from .errors import * from .reporting import * from .front import *