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 (multi)channeled marker types #3653

Merged
merged 2 commits into from
Oct 24, 2024

Conversation

benclifford
Copy link
Collaborator

These were introduced to help make channels easier to typecheck in the DFK, but the DFK code continued to use hasattr tests for 'channel' and 'channels' attributes rather than these marker types.

This is part of channel removal, issue #3515

Changed Behaviour

none - these classes are unused

Type of change

  • Code maintenance/cleanup

These were introduced to help make channels easier to typecheck in the
DFK, but the DFK code continued to use hasattr tests for 'channel' and
'channels' attributes rather than these marker types.

This is part of channel removal, issue #3515
@benclifford benclifford merged commit bdf3364 into master Oct 24, 2024
7 checks passed
@benclifford benclifford deleted the benc-channels-remove-marker-types branch October 24, 2024 12:45
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