Skip to content

Commit abbc10a

Browse files
author
Gabriel Monroy
committed
fix flake8 line length
1 parent 4ebd123 commit abbc10a

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

client/deis.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -719,7 +719,8 @@ def formations_list(self, args):
719719
formation = item['id']
720720
layers = json.loads(item.get('layers', {}))
721721
containers = json.loads(item.get('containers', {}))
722-
print("{formation}: layers => {layers} containers => {containers}".format(**locals()))
722+
print("{formation}: layers => {layers} containers => {containers}".format(
723+
**locals()))
723724
else:
724725
print('Error!', response.text)
725726

0 commit comments

Comments
 (0)