From 8957cf7ea8873206c355f513a79a185f9888c438 Mon Sep 17 00:00:00 2001 From: Harshil Date: Mon, 21 May 2018 10:01:44 +0200 Subject: [PATCH] Removed empty lines (255-313) Lines 255 to 313 were just empty, so removed those lines! --- searches/tabu_search.py | 59 ----------------------------------------- 1 file changed, 59 deletions(-) diff --git a/searches/tabu_search.py b/searches/tabu_search.py index b93b3202b..74c23f8b8 100644 --- a/searches/tabu_search.py +++ b/searches/tabu_search.py @@ -252,62 +252,3 @@ if __name__ == "__main__": # Pass the arguments to main method sys.exit(main(parser.parse_args())) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -