summaryrefslogtreecommitdiffstats
path: root/accounts/utils/console.py
diff options
context:
space:
mode:
authorJonah BrĂ¼chert <jbb@kaidan.im>2024-03-28 06:22:55 +0100
committerJonah BrĂ¼chert <jbb@kaidan.im>2024-03-28 16:57:21 +0100
commita3f0c006b5fb5beab1704aad56777dcd98c42efb (patch)
tree2a2acb62303c25a299aea4030eff55bca7e28650 /accounts/utils/console.py
parentd5977387f3e6716cc7594dc872539ccd7f130524 (diff)
downloadweb-a3f0c006b5fb5beab1704aad56777dcd98c42efb.tar.gz
web-a3f0c006b5fb5beab1704aad56777dcd98c42efb.tar.bz2
web-a3f0c006b5fb5beab1704aad56777dcd98c42efb.zip
Add some type annotations
Diffstat (limited to 'accounts/utils/console.py')
-rw-r--r--accounts/utils/console.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/accounts/utils/console.py b/accounts/utils/console.py
index eddc25e..ef8b4fd 100644
--- a/accounts/utils/console.py
+++ b/accounts/utils/console.py
@@ -48,7 +48,6 @@ class TablePrinter(object):
in zip(list(zip(*rows)), self.widths)]
self._update_format_string()
-
def _update_format_string(self):
sep = ' %s ' % self.separator
self.format_string = '%s %s %s' % (