mirror of
https://github.com/TheAlgorithms/Python.git
synced 2025-07-06 02:13:15 +08:00
Remove Multiple Unused Imports and Variable
This commit is contained in:
@ -68,7 +68,6 @@ def assemble_transformation(ops, i, j):
|
||||
return seq
|
||||
|
||||
if __name__ == '__main__':
|
||||
from time import sleep
|
||||
_, operations = compute_transform_tables('Python', 'Algorithms', -1, 1, 2, 2)
|
||||
|
||||
m = len(operations)
|
||||
|
Reference in New Issue
Block a user