Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: Xuanwo <[email protected]>
  • Loading branch information
Xuanwo committed Feb 18, 2024
1 parent 07f400c commit 66af29a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def list_packages():
}


# fetch the package dependence, return `core` if not listed in `PACAKGE_DEPENDENCIES`.
# fetch the package dependence, return `core` if not listed in `PACKAGE_DEPENDENCIES`.
def get_package_dependence(package: Path) -> str:
return PACKAGE_DEPENDENCIES.get(package, "core")

Expand Down

0 comments on commit 66af29a

Please sign in to comment.