mirror of
https://github.com/TheAlgorithms/Python.git
synced 2025-07-05 01:09:40 +08:00
Fixes black failures from Previous PR (#1751)
* Fixes black failures from Previous PR * Fixes equality testing alert * Fixes call to main() alert * Fixes unused import
This commit is contained in:
@ -25,7 +25,6 @@ e.g. python tabu_search.py -f tabudata2.txt -i 4 -s 3
|
||||
|
||||
import copy
|
||||
import argparse
|
||||
import sys
|
||||
|
||||
|
||||
def generate_neighbours(path):
|
||||
@ -278,4 +277,4 @@ if __name__ == "__main__":
|
||||
)
|
||||
|
||||
# Pass the arguments to main method
|
||||
sys.exit(main(parser.parse_args()))
|
||||
main(parser.parse_args())
|
||||
|
Reference in New Issue
Block a user