Skip to content

Commit 7d1a270

Browse files
style: pre-commit fixes
1 parent 8beaa20 commit 7d1a270

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 TestContext {
115115
private:
116116
TestContext(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)