Skip to content

Commit 11c71cd

Browse files
style: pre-commit fixes
1 parent 0a08801 commit 11c71cd

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

include/pybind11/detail/internals.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ struct pymb_binding;
2828
struct pymb_framework;
2929
struct pymb_registry;
3030

31-
3231
/// Tracks the `internals` and `type_info` ABI version independent of the main library version.
3332
///
3433
/// Some portions of the code use an ABI that is conditional depending on this

tests/test_interop.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# Copyright (c) 2025 The pybind from __future__ import annotations
2+
from __future__ import annotations
23

34
import collections
45
import gc

0 commit comments

Comments
 (0)