Skip to content

Commit 42baf82

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent f4439c8 commit 42baf82

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

numexpr/tests/test_numexpr.py

+2-3
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,10 @@
1414
import platform
1515
import subprocess
1616
import sys
17+
import unittest
1718
import warnings
1819
from contextlib import contextmanager
20+
from unittest.mock import MagicMock
1921

2022
import numpy
2123
import numpy as np
@@ -35,9 +37,6 @@
3537
from numexpr.expressions import ConstantNode
3638
from numexpr.utils import detect_number_of_cores
3739

38-
import unittest
39-
from unittest.mock import MagicMock
40-
4140
try:
4241
import pytest
4342
pytest_available = True

0 commit comments

Comments
 (0)