Skip to content

Commit

Permalink
chore: clean up with black
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeWithEmad authored and arbrandes committed Nov 20, 2023
1 parent 042fe1d commit 691513b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tutormfe/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,9 @@ def _build_3rd_party_dev_mfes_on_launch(
image_names: list[str], context_name: t.Literal["local", "dev"]
) -> list[str]:
for mfe_name, _mfe_attrs in iter_mfes():
if __version_suffix__ or (context_name == "dev" and mfe_name not in CORE_MFE_APPS):
if __version_suffix__ or (
context_name == "dev" and mfe_name not in CORE_MFE_APPS
):
# We build MFE images:
# - in nightly
# - in development for non-core apps
Expand Down

0 comments on commit 691513b

Please sign in to comment.