Skip to content

Commit d04d1cc

Browse files
committed
fixup
1 parent 331ccf1 commit d04d1cc

File tree

1 file changed

+1
-1
lines changed
  • pybind11_stubgen/parser/mixins

1 file changed

+1
-1
lines changed

pybind11_stubgen/parser/mixins/fix.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -877,7 +877,7 @@ def parse_annotation_str(
877877

878878
substitute_t = self.parse_annotation_str("typing.Any")
879879
return ResolvedType(
880-
QualifiedName.from_str("typing.Annotated"),
880+
QualifiedName.from_str("Annotated"),
881881
parameters=[
882882
substitute_t,
883883
result,

0 commit comments

Comments
 (0)