mirror of
https://hub.njuu.cf/TheAlgorithms/Python.git
synced 2023-10-11 13:06:12 +08:00
Removed Unused import sys
(#922)
I removed `import sys` because it is not used in the program.
This addresses a [recommendation from lgtm](66c4afbd0f/files/ciphers/caesar_cipher.py
)
This commit is contained in:
parent
69bed59036
commit
26df2aab1e
@ -1,4 +1,3 @@
|
||||
import sys
|
||||
def encrypt(strng, key):
|
||||
encrypted = ''
|
||||
for x in strng:
|
||||
|
Loading…
Reference in New Issue
Block a user