Skip to content

Commit

Permalink
style: pre-commit fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Oct 24, 2024
1 parent 22c94f2 commit d98dd4b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion tests/pybind11_tests.h
Original file line number Diff line number Diff line change
Expand Up @@ -115,4 +115,4 @@ class PyTestContext {
private:
PyTestContext(std::string context) : context(context) {}
std::string context;
};
};
1 change: 1 addition & 0 deletions tests/test_class.py
Original file line number Diff line number Diff line change
Expand Up @@ -519,6 +519,7 @@ def test_all_type_info_multithreaded():
# "instance allocation failed: new instance has no pybind11-registered base types");
# }
import threading

from pybind11_tests import TestContext

class Context(TestContext):
Expand Down

0 comments on commit d98dd4b

Please sign in to comment.