Skip to content

Commit

Permalink
fix flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
rmb938 committed Mar 5, 2018
1 parent ed5280d commit 6455a84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deli/menu/vspc/vm_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ def network(self, value):
keypair = Keypair()
keypair.public_key = public_key
keypairs.append(keypair)

instance.keypairs = keypairs
instance.network_port = network_port
instance.user_data = instance_model.user_data
Expand Down

0 comments on commit 6455a84

Please sign in to comment.