Skip to content

Commit

Permalink
fix: Buffer import name
Browse files Browse the repository at this point in the history
  • Loading branch information
sizmailov committed Oct 23, 2023
1 parent 302c372 commit ffd1b87
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pybind11_stubgen/parser/mixins/fix.py
Original file line number Diff line number Diff line change
Expand Up @@ -355,6 +355,7 @@ class FixTypingTypeNames(IParser):
map(
Identifier,
[
"buffer",
"Buffer",
],
)
Expand Down

0 comments on commit ffd1b87

Please sign in to comment.