coding style
This commit is contained in:
parent
fc4b2ced58
commit
3be340dc67
2 changed files with 1 additions and 4 deletions
|
|
@ -6,10 +6,7 @@
|
|||
import contextlib
|
||||
import curses
|
||||
import os
|
||||
import select
|
||||
import sys
|
||||
import termios
|
||||
import tty
|
||||
|
||||
import urwid
|
||||
import urwid.raw_display
|
||||
|
|
|
|||
2
vigil
2
vigil
|
|
@ -295,7 +295,7 @@ class Summary:
|
|||
self._max_width = None
|
||||
self._max_path_length = None
|
||||
self.sync_with_filesystem()
|
||||
|
||||
|
||||
@property
|
||||
def _cursor_position(self):
|
||||
return self.__cursor_position
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue