From 8bfbb37b26f9c4a85ac27e04449d8f8ec1673d1b Mon Sep 17 00:00:00 2001 From: David McMackins II Date: Tue, 17 Nov 2015 06:55:49 -0600 Subject: Fix minor formatting mistakes --- cfetch/__init__.py | 3 ++- coinfetch | 2 +- 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) -- cgit v1.2.3