Skip to content

Commit 3634229

Browse files
committed
rm: exclude unused olugin from init
1 parent 8eb4a61 commit 3634229

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mamonsu/plugins/pgsql/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
__all__ += ['pg_stat_statement', 'pg_buffercache', 'pg_wait_sampling']
44
__all__ += ['checkpoint', 'oldest', 'pg_locks']
55
__all__ += ['cfs']
6-
__all__ += ['archive_command', 'pg_stat_progress_vacuum']
6+
__all__ += ['archive_command']
77

88
from . import *

0 commit comments

Comments
 (0)