From 8ab935471d139a8358cd0b28305b9f09cc7cf5d6 Mon Sep 17 00:00:00 2001 From: "deepsource-autofix[bot]" <62050782+deepsource-autofix[bot]@users.noreply.github.com> Date: Wed, 25 Oct 2023 20:15:04 -0700 Subject: [PATCH] style: format code with Black, isort and Prettier (#18) This commit fixes the style issues introduced in 4e722fc according to the output from Black, isort and Prettier. Details: None Co-authored-by: deepsource-autofix[bot] <62050782+deepsource-autofix[bot]@users.noreply.github.com> --- tests/examples/test_sample.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/examples/test_sample.py b/tests/examples/test_sample.py index 60a31a3..2409f12 100644 --- a/tests/examples/test_sample.py +++ b/tests/examples/test_sample.py @@ -1,6 +1,5 @@ -import pytest - import numpy as np +import pytest from numpy.testing import assert_allclose, assert_array_equal from template.examples.sample import add, divide, make_array