Skip to content

Fixing linting issues#103

Merged
phil-brad merged 1 commit intomasterfrom
fix/lint
Nov 20, 2019
Merged

Fixing linting issues#103
phil-brad merged 1 commit intomasterfrom
fix/lint

Conversation

@mtinning
Copy link
Member

Fixes failing build on master

@mtinning mtinning requested a review from phil-brad November 20, 2019 19:31
"""
is_generator = lambda c: inspect.isclass(c) and issubclass(c, generator_methods.Generator)
return {name: class_type for name, class_type in inspect.getmembers(module, is_generator)}
return dict(inspect.getmembers(module, is_generator))
Copy link
Member

Choose a reason for hiding this comment

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

I think I disabled this pylint warning in one of my branches - I don't really agree with it

@phil-brad phil-brad merged commit 970ecb3 into master Nov 20, 2019
@phil-brad phil-brad deleted the fix/lint branch November 20, 2019 20:57
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