Skip to content

Commit 6fe925e

Browse files
committed
Removed unused import.
Signed-off-by: Gabriel Lindeblad <Gabriel.lindeblad@icloud.com>
1 parent bd38a5d commit 6fe925e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/AES_Python/main.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
be used in any other use case than educational and no security is guaranteed for data
55
encrypted or decrypted using this tool.
66
"""
7-
import os
87

98
# Imported libraries
109
import numpy as np # Used for arrays and mathematical operations.

0 commit comments

Comments
 (0)