Skip to content

Commit 07c956a

Browse files
committed
Update imports
1 parent 283e10f commit 07c956a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: machine_learning/dimensionality_reduction.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
"""
1010

1111
import logging
12-
import pytest
1312

1413
import numpy as np
14+
import pytest
1515
from scipy.linalg import eigh
1616

1717
logging.basicConfig(level=logging.INFO, format="%(message)s")

0 commit comments

Comments
 (0)