From 4eab50f4f3985d59ff08dac00a09389e3326df8b Mon Sep 17 00:00:00 2001 From: Matthew Smith Date: Wed, 27 May 2020 02:59:53 +0100 Subject: [PATCH] Forgot to add "sys" to imports --- RIGS/tests/test_functional.py | 1 + 1 file changed, 1 insertion(+) diff --git a/RIGS/tests/test_functional.py b/RIGS/tests/test_functional.py index f214cdbd..d51fda56 100644 --- a/RIGS/tests/test_functional.py +++ b/RIGS/tests/test_functional.py @@ -23,6 +23,7 @@ from django.test.client import Client from django.core import mail, signing from django.http import HttpResponseBadRequest from django.conf import settings +import sys @screenshot_failure_cls