Skip to content

Commit fac9738

Browse files
committed
Clean up unused imports in conftest.py
1 parent 09627d2 commit fac9738

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

conftest.py

-10
Original file line numberDiff line numberDiff line change
@@ -12,18 +12,8 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
import os
16-
import random
17-
1815
import pytest
1916

20-
# allow CI execution of isolated_packages_test.py without numpy
21-
try:
22-
import numpy
23-
except ImportError:
24-
# coverage: ignore
25-
numpy = None
26-
2717

2818
def pytest_configure(config):
2919
# Ignore deprecation warnings in python code generated from our protobuf definitions.

0 commit comments

Comments
 (0)