From 6e89bd9525dbb32c65082a72b4b974a22a225a62 Mon Sep 17 00:00:00 2001
From: Tue Herlau <tuhe@dtu.dk>
Date: Mon, 23 May 2022 16:33:45 +0200
Subject: [PATCH] updates

---
 src/unitgrade/framework.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/unitgrade/framework.py b/src/unitgrade/framework.py
index ce06d0d..1f1a299 100644
--- a/src/unitgrade/framework.py
+++ b/src/unitgrade/framework.py
@@ -8,6 +8,7 @@ import colorama
 import unittest
 import time
 import textwrap
+
 from unitgrade.runners import UTextResult
 from unitgrade.utils import gprint, Capturing2, Capturing
 colorama.init(autoreset=True)  # auto resets your settings after every output
-- 
GitLab