Skip to content

Duplicate supported codec constant #101

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

Open
twm opened this issue Sep 10, 2019 · 0 comments
Open

Duplicate supported codec constant #101

twm opened this issue Sep 10, 2019 · 0 comments

Comments

@twm
Copy link
Collaborator

twm commented Sep 10, 2019

These are redundant:

_SUPPORTED_CODECS = (CODEC_GZIP, CODEC_NONE, CODEC_SNAPPY)

afkak/afkak/common.py

Lines 38 to 39 in b7e0a71

# NB: This doesn't contain LZ4 because we don't support it yet.
_ALL_CODECS = (CODEC_NONE, CODEC_GZIP, CODEC_SNAPPY)

@twm twm added the bug label Sep 10, 2019
@mvaught02 mvaught02 added this to the bring afkak current milestone May 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants