Skip to content

Commit f7b9c68

Browse files
committed
isort
1 parent 302a0c3 commit f7b9c68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyoptsparse/pyOpt_optimizer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77
import shutil
88
import tempfile
99
import time
10-
import numpy.typing as npt
1110
from typing import Any, Callable
1211

1312
# External modules
1413
from baseclasses import BaseSolver
1514
import numpy as np
1615
from numpy import ndarray
16+
import numpy.typing as npt
1717

1818
# Local modules
1919
from .pyOpt_MPI import MPI

0 commit comments

Comments
 (0)