summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid McMackins II <contact@mcmackins.org>2015-08-30 07:35:25 -0500
committerDavid McMackins II <contact@mcmackins.org>2015-08-30 07:35:25 -0500
commit67607912629226b91d59db69d4add1f5e75a646f (patch)
treefe58ce134fe943ee6adedf3658d825e85dc4c981
parent276fa880dbcb57d3df3f71801d71a6a31cb72690 (diff)
Removed whitespace
-rw-r--r--cfetch/__init__.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/cfetch/__init__.py b/cfetch/__init__.py
index 9c5df6a..46a2731 100644
--- a/cfetch/__init__.py
+++ b/cfetch/__init__.py
@@ -58,7 +58,6 @@ class Ticker():
except (KeyError, TypeError):
try:
r = get(self.path + self.get_pair(b, a)) # reverse order
-
res = self.get_pair_data(r, (b, a))
return (float(res[self.kind]) ** -1) * amt
except (KeyError, TypeError) as e: