updated to fix linting errors (#1818)

Cleans and updates base branch
This commit is contained in:
Emma Nechamkin 2022-08-11 16:34:56 -04:00 committed by GitHub
commit 481a2a05f7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
15 changed files with 271 additions and 942 deletions

View file

@ -1,5 +1,4 @@
from typing import Tuple
from attr import field
import numpy as np
import pandas as pd

View file

@ -2,7 +2,6 @@ import pandas as pd
from data_pipeline.score.score_a import ScoreA
from data_pipeline.score.score_b import ScoreB
from data_pipeline.score.score_c import ScoreC
from data_pipeline.score.score_d import ScoreD
from data_pipeline.score.score_f import ScoreF
from data_pipeline.score.score_g import ScoreG
from data_pipeline.score.score_h import ScoreH
@ -11,7 +10,6 @@ from data_pipeline.score.score_k import ScoreK
from data_pipeline.score.score_l import ScoreL
from data_pipeline.score.score_m import ScoreM
from data_pipeline.score.score_narwhal import ScoreNarwhal
from data_pipeline.score import field_names
from data_pipeline.utils import get_module_logger