From 2c9e251113d2f4bbe2ad4c762444c41696201e65 Mon Sep 17 00:00:00 2001 From: Christopher Broderick Date: Tue, 24 Oct 2023 14:13:59 +0100 Subject: [PATCH] Fix order of imports --- helpdesk/email.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helpdesk/email.py b/helpdesk/email.py index 29012e24..25d965b0 100644 --- a/helpdesk/email.py +++ b/helpdesk/email.py @@ -37,9 +37,9 @@ import socket import ssl import sys from time import ctime +import traceback import typing from typing import List -import traceback # import User model, which may be a custom model