Fix: remove unecessary import

This commit is contained in:
Bertrand Benjamin 2021-01-20 20:51:22 +01:00
parent 7955b989b4
commit f62c898162
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
import pandas as pd import pandas as pd
import numpy as np import numpy as np
from math import ceil, floor from math import ceil, floor
from .config import COLUMNS, VALIDSCORE from .config import COLUMNS
""" """
Functions for manipulate score dataframes Functions for manipulate score dataframes