mirror of
https://github.com/TheAlgorithms/Python.git
synced 2025-03-30 18:36:43 +00: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…
x
Reference in New Issue
Block a user