pyupgrade --py37-plus **/*.py (#1654)
* pyupgrade --py37-plus **/*.py * fixup! Format Python code with psf/black push
This commit is contained in:
committed by
John Law
parent
34c808b375
commit
28419cf839
@@ -2,7 +2,7 @@ import random
|
||||
import string
|
||||
|
||||
|
||||
class ShuffledShiftCipher(object):
|
||||
class ShuffledShiftCipher:
|
||||
"""
|
||||
This algorithm uses the Caesar Cipher algorithm but removes the option to
|
||||
use brute force to decrypt the message.
|
||||
|
||||
Reference in New Issue
Block a user