Skip to content

Commit e7abc0d

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

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/test_namespace_visibility.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
import namespace_visibility_1
22
import namespace_visibility_2
3-
import pybind11_cross_module_tests as cm
43
import pytest
54

5+
import pybind11_cross_module_tests as cm
6+
67

78
def test_namespace_visibility():
89
del cm # Unused.

0 commit comments

Comments
 (0)