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
In RSA_encrypt, RSA_decrypt and constructor Client methods, instead of raising general Exception, raise custom ClientError.
Create constants.py file, where all the constants will be stored. Since "application/json" constant is needed in client.py as well as in connection.py it's better to store it in this additional file.
Remove unneeded 'pass' statement in set_ppk() function (client.py).
The text was updated successfully, but these errors were encountered:
Fix code smells caught by SonarLint regarding:
The text was updated successfully, but these errors were encountered: