Skip to content

Commit 8fc3a5d

Browse files
Improve type annotations
1 parent 83d580d commit 8fc3a5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cadquery/cq.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -487,7 +487,7 @@ def _getTagged(self, name: str) -> "Workplane":
487487

488488
return rv
489489

490-
def _mergeTags(self, obj: T) -> "Workplane":
490+
def _mergeTags(self: T, obj: T) -> T:
491491
"""
492492
Merge tags
493493

0 commit comments

Comments
 (0)