Skip to content

Commit

Permalink
Applying changes from pre-commits
Browse files Browse the repository at this point in the history
  • Loading branch information
lhubbardONS committed Jul 4, 2024
1 parent b73537b commit 73991a3
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion mbs_results/imputation_flags.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ def create_impute_flags(
predictive_auxiliary: str,
**kwargs
):

"""
function to create logical columns for each type of imputation
output columns are needed to create the string flag column for
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""Setup script for creating package from code."""

from setuptools import setup, find_packages
from setuptools import find_packages, setup

with open("requirements.txt") as f:
requirements = f.read().splitlines()
Expand Down
1 change: 0 additions & 1 deletion tests/test_link_filter.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ def test_basic_filter(self, scenario, filters):
assert_frame_equal(df_output, df_output_expected)

def test_exception(self, scenario, filters):

"""Test if function raises an exception when the columns in filters
do not exist in scenario."""

Expand Down

0 comments on commit 73991a3

Please sign in to comment.