Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update BRepTools wrapper (Merge() wrapper, see #1341) #1342

Merged
merged 1 commit into from
Jun 4, 2024

Conversation

tpaviot
Copy link
Owner

@tpaviot tpaviot commented Jun 4, 2024

No description provided.

Copy link

@sourcery-ai sourcery-ai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey @tpaviot - I've reviewed your changes and they look great!

Here's what I looked at during the review
  • 🟡 General issues: 1 issue found
  • 🟢 Security: all looks good
  • 🟢 Testing: all looks good
  • 🟢 Complexity: all looks good

Sourcery is free for open source - if you like our reviews please consider sharing them ✨
Help me be more useful! Please click 👍 or 👎 on each comment to tell me if it was helpful.

@@ -132,6 +132,8 @@ class breptools:
def ReadFromString(s: str) -> TopoDS_Shape: ...

class BRepTools_History(Standard_Transient):
@overload
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

issue: Redundant overload decorator

The @overload decorator is used twice for the same Merge method. This seems redundant and could be simplified.

@tpaviot tpaviot merged commit ccf1d31 into master Jun 4, 2024
14 checks passed
@tpaviot tpaviot deleted the review/fix-wrapper branch June 4, 2024 12:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant