Skip to content

Commit

Permalink
style: format code with Black, isort and Prettier (#18)
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
deepsource-autofix[bot] authored Oct 26, 2023
1 parent 4e722fc commit 8ab9354
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/examples/test_sample.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 8ab9354

Please sign in to comment.