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

Remove unused re-used DFK default configuration object #2864

Merged
merged 2 commits into from
Aug 21, 2023

Conversation

benclifford
Copy link
Collaborator

@benclifford benclifford commented Aug 11, 2023

The default configuration actually comes from DataFlowKernelLoader.load() and the Config() object specified in the DataFlowKernel.__init__ default parameters is never used, as all constructions of DataFlowKernel in the codebase specify a config.

This comes from flake8-bugbear

Type of change

  • Code maintentance/cleanup

The default configuration actually comes from DataFlowKernelLoader.load()
and the Config() object specified in the DataFlowKernel.__init__ default
parameters is never used, as all constructions of DataFlowKernel in the
codebase specify a config.

This comes from flake8-bugbear
@benclifford benclifford merged commit 93a1413 into master Aug 21, 2023
4 checks passed
@benclifford benclifford deleted the benc-dflow-no-default-config branch August 21, 2023 17:08
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