From 88b582b98eae81e40f202fae3ec7d2a2a8f6d8d9 Mon Sep 17 00:00:00 2001 From: "deepsource-autofix[bot]" <62050782+deepsource-autofix[bot]@users.noreply.github.com> Date: Tue, 14 Mar 2023 20:11:36 +0000 Subject: [PATCH] Format code with black and isort This commit fixes the style issues introduced in 2ed6398 according to the output from black and isort. Details: https://deepsource.io/gh/CIDARLAB/pyparchmint/transform/3073390f-ed7d-47b2-bedd-de4b17c85728/ --- tests/parchmint/test_feature.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/parchmint/test_feature.py b/tests/parchmint/test_feature.py index 9745b52..9fd5bfa 100644 --- a/tests/parchmint/test_feature.py +++ b/tests/parchmint/test_feature.py @@ -15,6 +15,5 @@ def test_to_parchmint_v1(feature_dict, params_dict, device, layer): def test_from_parchmint_v1_2(feature_dict, device): - feat = Feature.from_parchmint_v1_2(json_data=feature_dict, device_ref=device) assert feat.to_parchmint_v1_2() == feature_dict