summaryrefslogtreecommitdiffstats
path: root/accounts/utils/console.py
diff options
context:
space:
mode:
authorAlexander Sulfrian <alexander@sulfrian.net>2016-02-02 04:54:37 +0100
committerAlexander Sulfrian <alexander@sulfrian.net>2016-02-02 05:23:38 +0100
commit7a60befe0635bb72b4403d277587fef424768c4f (patch)
tree01bac2ca356fc99cc4a273286f22163696d792fd /accounts/utils/console.py
parentbb9a6c6a384e02364e4eb10ef560b4fd4f05e5f0 (diff)
downloadweb-7a60befe0635bb72b4403d277587fef424768c4f.tar.gz
web-7a60befe0635bb72b4403d277587fef424768c4f.tar.bz2
web-7a60befe0635bb72b4403d277587fef424768c4f.zip
Code style
Diffstat (limited to 'accounts/utils/console.py')
-rw-r--r--accounts/utils/console.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/accounts/utils/console.py b/accounts/utils/console.py
index fb55030..170286c 100644
--- a/accounts/utils/console.py
+++ b/accounts/utils/console.py
@@ -50,9 +50,6 @@ class TablePrinter(object):
def _update_format_string(self):
- def _column_format(width):
- return '%%-%ds' % width
-
sep = ' %s ' % self.separator
self.format_string = '%s %s %s' % (
self.separator,