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

util clean #522

Merged
merged 2 commits into from
Jul 8, 2024
Merged

util clean #522

merged 2 commits into from
Jul 8, 2024

Conversation

Rosalbam1
Copy link
Contributor

No description provided.

Copy link
Collaborator

@avcopan avcopan left a comment

Choose a reason for hiding this comment

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

This is looking good so far, @Rosalbam1! I left some comments with some additional things to clean up in util/_util.py.

@@ -38,17 +37,16 @@ def flatten(lst):
def translate(
seq: Collection, trans_dct: dict, drop: bool = False, item_typ: type = Number
) -> Collection:
Copy link
Collaborator

Choose a reason for hiding this comment

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

Looks good!

@avcopan
Copy link
Collaborator

avcopan commented Jul 8, 2024

I will go ahead and merge since this looks good so far. We can fill in some of the missing parameter types in a separate pull request.

@avcopan avcopan merged commit a06ea7e into Auto-Mech:dev Jul 8, 2024
1 check passed
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.

2 participants