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

fix wrong return type annotation #32

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ehdgua01
Copy link

fix wrong return type annotation in encrypt function's docstring
In python2, it isn't wrong(str == bytes in python2) but this annotation is wrong in python3 (str != bytes in python3)
So, Pycharm display a warning that Unresolved attribute reference 'decode' for class 'str'

@ehdgua01 ehdgua01 force-pushed the fix-wrong-return-type-annotation-in-docstring branch from 9d50fd1 to d91f5d3 Compare December 28, 2020 08:03
@AlaghbariKamel
Copy link

Can u support Dart language plz

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.

None yet

2 participants