From 0825f0e49be9c652ad6b8733271cab6ba975b848 Mon Sep 17 00:00:00 2001 From: Santo Cariotti Date: Mon, 4 Sep 2017 11:24:56 +0200 Subject: fixed Codacy's stuff --- lib/app.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'lib/app.py') diff --git a/lib/app.py b/lib/app.py index 5e0b3d8..4226585 100644 --- a/lib/app.py +++ b/lib/app.py @@ -1,4 +1,4 @@ -from classes import clear, YELLOW, BLACK, GREY +from classes import YELLOW, BLACK, GREY from commands import Commands from listcommands import ListCommands import os.path @@ -25,7 +25,6 @@ class Stout(Commands): try: with open(config['path'], 'rb') as fin: user = fin.readline().split() - if user[0] == '': return '' else: -- cgit v1.2.3-18-g5258