Skip to content

Commit 00281e0

Browse files
committed
fix lint again and tests after the rebase
1 parent 7941df8 commit 00281e0

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

pgactivity/views.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,10 @@
1212
from . import colors, utils
1313
from .activities import sorted as sorted_processes
1414
from .compat import link
15-
from .keys import BINDINGS, EXIT_KEY
15+
from .keys import (
16+
BINDINGS,
17+
EXIT_KEY,
18+
)
1619
from .keys import HELP as HELP_KEY
1720
from .keys import (
1821
KEYS_BY_QUERYMODE,

tests/test_cli_help_py312.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ Process table display options:
6060
These options may be used hide some columns from the processes table.
6161
<BLANKLINE>
6262
--pid, --no-pid Enable/disable PID.
63+
--xmin, --no-xmin Enable/disable XMIN.
6364
--database, --no-database
6465
Enable/disable DATABASE.
6566
--user, --no-user Enable/disable USER.

0 commit comments

Comments
 (0)