From f62c89816256cd599669f780ff63ccadbdfa0366 Mon Sep 17 00:00:00 2001 From: Bertrand Benjamin Date: Wed, 20 Jan 2021 20:51:22 +0100 Subject: [PATCH] Fix: remove unecessary import --- recopytex/df_marks_manip.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recopytex/df_marks_manip.py b/recopytex/df_marks_manip.py index 96c7593..ed194fa 100644 --- a/recopytex/df_marks_manip.py +++ b/recopytex/df_marks_manip.py @@ -4,7 +4,7 @@ import pandas as pd import numpy as np from math import ceil, floor -from .config import COLUMNS, VALIDSCORE +from .config import COLUMNS """ Functions for manipulate score dataframes