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

Simplified rmgdb.loop_families() #717

Draft
wants to merge 4 commits into
base: main
Choose a base branch
from
Draft

Simplified rmgdb.loop_families() #717

wants to merge 4 commits into from

Conversation

alongd
Copy link
Member

@alongd alongd commented Dec 4, 2023

No description provided.

Comment on lines +216 to +218
def match_family_by_label(rmgdb: RMGDatabase,
family_label: str,
) -> Optional['KineticsFamily']:

Check notice

Code scanning / CodeQL

Explicit returns mixed with implicit (fall through) returns Note

Mixing implicit and explicit returns may indicate an error as implicit returns always return None.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant