Skip to content

Commit

Permalink
remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Zsailer committed Jul 31, 2020
1 parent b0a759f commit 4d1f8e5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions jupyter_server/extension/serverextension.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,12 @@
from jupyter_core.application import JupyterApp
from jupyter_core.paths import (
jupyter_config_dir,
jupyter_config_path,
ENV_CONFIG_PATH,
SYSTEM_CONFIG_PATH
)
from jupyter_server._version import __version__
from jupyter_server.extension.config import ExtensionConfigManager
from jupyter_server.extension.manager import ExtensionManager
from .utils import validate_extension


def _get_config_dir(user=False, sys_prefix=False):
Expand Down

0 comments on commit 4d1f8e5

Please sign in to comment.