Skip to content

Commit

Permalink
#4262 fix compatibility with older Python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
totaam committed Jun 21, 2024
1 parent 8af9bb3 commit 8b56099
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xpra/codecs/codec_constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"grayscale",
"stream",
)
PREFERRED_REFRESH_ENCODING_ORDER: tuple[str, ...] = (
PREFERRED_REFRESH_ENCODING_ORDER: Tuple[str, ...] = (
"webp", "avif", "png", "png/P", "png/L", "rgb", "rgb24", "rbg32", "jpeg", "jpega",
)
STREAM_ENCODINGS : Tuple[str,...] = (
Expand Down

0 comments on commit 8b56099

Please sign in to comment.