Skip to content

Commit

Permalink
Fix I100 import statements with the wrong order
Browse files Browse the repository at this point in the history
  • Loading branch information
FanwangM committed Mar 4, 2021
1 parent bd06a55 commit dc5e3ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion procrustes/test/test_generic.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@

import numpy as np
from numpy.testing import assert_almost_equal
import pytest
from procrustes.generic import generic
import pytest


@pytest.mark.parametrize("m", np.random.randint(2, 100, 25))
Expand Down

0 comments on commit dc5e3ee

Please sign in to comment.