diff --git a/greenhost_cloud/cosmos.py b/greenhost_cloud/cosmos.py
index 1d2bd36cc6e5db125bc6f3bdab1903edcaf34ebf..50bcd4cb0a7d26a4e7803763b6b83a6b21f792ef 100755
--- a/greenhost_cloud/cosmos.py
+++ b/greenhost_cloud/cosmos.py
@@ -91,8 +91,12 @@ def create_domain_record(domain: str, name: str, data: str,
     return response['domain_record']
 
 
-def create_droplet(name: str, ssh_key_id: int, region: str = 'ams1',  # pylint: disable=too-many-arguments
-                   size: int = 2048, disk: int = 20, image: int = 18):
+def create_droplet(name: str, # pylint: disable=too-many-arguments
+                   ssh_key_id: int,
+                   region: str = 'ams1',
+                   size: int = 2048,
+                   disk: int = 20,
+                   image: int = 18):
     """Create a droplet.
 
     Required values: