We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 574d36e commit 83b7b71Copy full SHA for 83b7b71
src/jupyter-pgadmin-proxy/__init__.py
@@ -3,7 +3,6 @@
3
import shutil
4
import pwd
5
import getpass
6
-from jupyter-pgadmin-proxy.jupyter_config import config
7
8
9
def _get_env(port, base_url):
src/jupyter-pgadmin-proxy/jupyter_config.py
0 commit comments