Skip to content

Commit d98dd4b

Browse files
style: pre-commit fixes
1 parent 22c94f2 commit d98dd4b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

tests/pybind11_tests.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,4 +115,4 @@ class PyTestContext {
115115
private:
116116
PyTestContext(std::string context) : context(context) {}
117117
std::string context;
118-
};
118+
};

tests/test_class.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -519,6 +519,7 @@ def test_all_type_info_multithreaded():
519519
# "instance allocation failed: new instance has no pybind11-registered base types");
520520
# }
521521
import threading
522+
522523
from pybind11_tests import TestContext
523524

524525
class Context(TestContext):

0 commit comments

Comments
 (0)