Skip to content

Commit

Permalink
Cleanup numeric code to plaintext (#1835)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattbowen-usds committed Sep 6, 2022
1 parent 358a1fd commit 17669c9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions data/data-pipeline/data_pipeline/tests/score/test_output.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
# flake8: noqa: W0613,W0611,F811,
# pylint: disable=unused-import,R0913
import inspect
# pylint: disable=unused-import,too-many-arguments
from dataclasses import dataclass
from re import I
from typing import List
import pytest
import pandas as pd
Expand Down

0 comments on commit 17669c9

Please sign in to comment.