Skip to content
This repository has been archived by the owner on Feb 14, 2024. It is now read-only.

Commit

Permalink
Remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
jtpio committed Oct 5, 2023
1 parent 0ae7800 commit e2c28fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 11 deletions.
2 changes: 1 addition & 1 deletion jupyterlite_xeus_python/build.py
Expand Up @@ -267,7 +267,7 @@ def build_and_pack_emscripten_env(

# Bail early if there is nothing to do
if bail_early and not force:
return []
return ""

orig_config = os.environ.get("CONDARC")

Expand Down
11 changes: 1 addition & 10 deletions jupyterlite_xeus_python/env_build_addon.py
Expand Up @@ -2,19 +2,10 @@
import json
import os
from pathlib import Path
import requests
import shutil
from subprocess import check_call, run, DEVNULL
from tempfile import TemporaryDirectory
from urllib.parse import urlparse

import yaml

from traitlets import List, Unicode

from empack.pack import pack_env, DEFAULT_CONFIG_PATH
from empack.file_patterns import PkgFileFilter, pkg_file_filter_from_yaml

from jupyterlite_core.constants import (
SHARE_LABEXTENSIONS,
LAB_EXTENSIONS,
Expand Down Expand Up @@ -42,7 +33,7 @@ class XeusPythonEnv(FederatedExtensionAddon):
)

empack_config = Unicode(
None,
"",
config=True,
allow_none=True,
description="The path or URL to the empack config file",
Expand Down

0 comments on commit e2c28fc

Please sign in to comment.