You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looks like the hss-deflate.py script may be getting invoked using Python 2 rather than Python 3. Python 2 doesn't support parameter typing hints, unlike Python 3. You should check your environment to see if that's the problem.
The text was updated successfully, but these errors were encountered: