merge up
diff --git a/libcloud/loadbalancer/drivers/dimensiondata.py b/libcloud/loadbalancer/drivers/dimensiondata.py
index e79f1f9..9cc3d3a 100644
--- a/libcloud/loadbalancer/drivers/dimensiondata.py
+++ b/libcloud/loadbalancer/drivers/dimensiondata.py
@@ -698,7 +698,6 @@
         Get all of the pools inside the current geography or
         in given network.
 
-
         :param ex_network_domain_id: UUID of Network Domain
                if not None returns only balancers in the given network
                if None then returns all pools for the organization
@@ -871,7 +870,6 @@
         if ex_network_domain_id is not None:
             params = {"networkDomainId": ex_network_domain_id}
 
-
         nodes = self.connection \
             .request_with_orgId_api_2('networkDomainVip/node',
                                       params=params).object