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

Commit

Permalink
Are you serious black
Browse files Browse the repository at this point in the history
  • Loading branch information
martinRenou committed Dec 5, 2023
1 parent 0ddd4b5 commit 41c5b30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jupyterlite_xeus_python/env_build_addon.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ def post_build(self, manager):
"""yield a doit task to create the emscripten-32 env and grab anything we need from it"""
try:
# JupyterLite 0.1.x
from jupyterlite_core.addons.federated_extensions import (ENV_EXTENSIONS)
from jupyterlite_core.addons.federated_extensions import ENV_EXTENSIONS
except ImportError:
# JupyterLite 0.2.x
ENV_EXTENSIONS = self.labextensions_path
Expand Down

0 comments on commit 41c5b30

Please sign in to comment.