1
1
mirror of https://github.com/dbcli/pgcli.git synced 2024-10-04 09:17:08 +03:00
This commit is contained in:
Irina Truong 2021-02-26 12:44:04 -08:00
parent d67272214c
commit 291878bb31

View File

@ -63,7 +63,7 @@ from .config import (
config_location,
ensure_dir_exists,
get_config,
get_config_filename
get_config_filename,
)
from .key_bindings import pgcli_bindings
from .packages.prompt_utils import confirm_destructive_query