From 537e1fb5765d6073ded338894a457fda62ccebe8 Mon Sep 17 00:00:00 2001 From: Benjamin Ross Date: Sun, 25 Mar 2018 17:13:53 -0700 Subject: [PATCH] Remove third blank line --- gdax/public_client.py | 1 - 1 file changed, 1 deletion(-) diff --git a/gdax/public_client.py b/gdax/public_client.py index 5b06a6d..e9f1174 100644 --- a/gdax/public_client.py +++ b/gdax/public_client.py @@ -9,7 +9,6 @@ from gdax import exceptions - class PublicClient(object): """GDAX public client API.