remove useless calls to ReplApplication.flush() (closes #812)
This commit is contained in:
parent
8b803e7c39
commit
bdf4c13f4e
22 changed files with 0 additions and 74 deletions
|
|
@ -143,7 +143,6 @@ class Flatboob(ReplApplication):
|
|||
self.start_format()
|
||||
for backend, housing in self.do('search_housings', query):
|
||||
self.cached_format(housing)
|
||||
self.flush()
|
||||
|
||||
def ask_int(self, txt):
|
||||
r = self.ask(txt, default='', regexp='(\d+|)')
|
||||
|
|
@ -168,4 +167,3 @@ class Flatboob(ReplApplication):
|
|||
|
||||
self.start_format()
|
||||
self.format(housing)
|
||||
self.flush()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue