Skip to content

Commit

Permalink
flake8 fix
Browse files Browse the repository at this point in the history
  • Loading branch information
gtema committed Apr 26, 2018
1 parent 27956a3 commit 4773573
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion otcextensions/tests/unit/osclient/cce/v1/fakes.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ class FakeCluster(test_base.Fake):
@classmethod
def generate(cls, cnt_hosts=1):
hosts = []
for i in range(cnt_hosts-1):
for i in range(cnt_hosts - 1):
host = {'kind': 'host'}
hosts.append(host)
object_info = {
Expand Down

0 comments on commit 4773573

Please sign in to comment.