fix pylint R0205 (useless-object-inheritance)
This commit is contained in:
@@ -33,7 +33,7 @@ def load_macaroon(macaroon: str) -> str:
|
||||
return macaroon
|
||||
|
||||
|
||||
class AESCipher(object):
|
||||
class AESCipher:
|
||||
"""This class is compatible with crypto-js/aes.js
|
||||
|
||||
Encrypt and decrypt in Javascript using:
|
||||
|
||||
Reference in New Issue
Block a user