From 2a76378051cdc1324fb6b1467d097df4feebe64f Mon Sep 17 00:00:00 2001
From: MCAyd <ma04274@surrey.ac.uk>
Date: Thu, 20 Apr 2023 01:52:54 +0100
Subject: [PATCH] small change

---
 frontend/application/frontend/views.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/frontend/application/frontend/views.py b/frontend/application/frontend/views.py
index b5058dd..590c413 100644
--- a/frontend/application/frontend/views.py
+++ b/frontend/application/frontend/views.py
@@ -14,7 +14,6 @@ import secrets
 from PIL import Image
 from flask import send_file
 from os import environ, path
-from difflib import SequenceMatcher
 
 @login_manager.user_loader
 def load_user(user_id):
-- 
GitLab