Skip to content

Commit

Permalink
remove unneeded changes 3
Browse files Browse the repository at this point in the history
  • Loading branch information
KeynesYouDigIt committed Oct 9, 2021
1 parent d1e70b3 commit 2f8d6e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/pyxform_test_case.py
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ def assertPyxformXform(self, **kwargs):
if "md" in kwargs.keys():
kwargs = self._autoname_inputs(kwargs)
survey = self.md_to_pyxform_survey(
kwargs.get("md"), kwargs, warnings=warnings,
kwargs.get("md"), kwargs, warnings=warnings
)
elif "ss_structure" in kwargs.keys():
kwargs = self._autoname_inputs(kwargs)
Expand Down

0 comments on commit 2f8d6e1

Please sign in to comment.