Skip to content

Commit

Permalink
placate flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss authored Jun 28, 2017
1 parent 8ebd4bc commit 86deb03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Solid/TabuSearch.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
from abc import ABCMeta, abstractmethod
from copy import deepcopy
from random import randint, random, shuffle
from collections import deque
from numpy import argmax


class TabuSearch:
"""
Conducts tabu search
Expand Down

0 comments on commit 86deb03

Please sign in to comment.