summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid McMackins II <contact@mcmackins.org>2015-11-17 06:55:49 -0600
committerDavid McMackins II <contact@mcmackins.org>2015-11-17 06:55:49 -0600
commit8bfbb37b26f9c4a85ac27e04449d8f8ec1673d1b (patch)
tree26ed025dfb59169e19c66c1a917f2cc38a78450c
parentc2a24510618fd6101b18f64f56759a3e9e398395 (diff)
Fix minor formatting mistakes
-rw-r--r--cfetch/__init__.py3
-rwxr-xr-xcoinfetch2
2 files changed, 3 insertions, 2 deletions
diff --git a/cfetch/__init__.py b/cfetch/__init__.py
index 0fad5a4..6247622 100644
--- a/cfetch/__init__.py
+++ b/cfetch/__init__.py
@@ -17,7 +17,8 @@
from importlib.machinery import SourceFileLoader
from os import listdir
-from os.path import basename, dirname, exists, expanduser, isdir, join, realpath
+from os.path import basename, dirname, exists, expanduser, isdir, join
+from os.path import realpath
from requests import get
__version__ = '5.0.1'
diff --git a/coinfetch b/coinfetch
index 8126a30..5b0b39d 100755
--- a/coinfetch
+++ b/coinfetch
@@ -74,4 +74,4 @@ except KeyError:
except ValueError:
pair = '/'.join([args.src, args.dest])
print('The pair {} was not found using the {} API.'.format(pair, args.api))
- exit (11)
+ exit(11)