summaryrefslogtreecommitdiff
path: root/lib/app.py
diff options
context:
space:
mode:
authorSanto Cariotti <sancn@live.com>2017-08-17 19:00:42 +0200
committerSanto Cariotti <sancn@live.com>2017-08-17 19:00:42 +0200
commit46e20dca5d9ac795636de326546db21186281e06 (patch)
treecaefc01719de0597d6e51996d64b24e7e05220aa /lib/app.py
parent6b4a38518e342f02d1d2c665bae8eaa47bba147e (diff)
fixed code style
Diffstat (limited to 'lib/app.py')
-rw-r--r--lib/app.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/app.py b/lib/app.py
index 754c10f..5b0c2c8 100644
--- a/lib/app.py
+++ b/lib/app.py
@@ -1,4 +1,4 @@
-from classes import PersonalError, r, clear, YELLOW, BLACK, GREY
+from classes import r, clear, YELLOW, BLACK, GREY
from commands import Commands
from listcommands import ListCommands