Skip to content

Commit

Permalink
Fix typing issue
Browse files Browse the repository at this point in the history
  • Loading branch information
MilesCranmer committed Mar 23, 2024
1 parent 59d9435 commit f932bcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pysr/julia_extensions.py
Expand Up @@ -22,7 +22,7 @@ def load_required_packages(
load_package("ClusterManagers", "34f1f09b-3a8b-5176-ab39-66d58a4d544e")


def isinstalled(uuid_s: str) -> bool:
def isinstalled(uuid_s: str):
return jl.haskey(Pkg.dependencies(), jl.Base.UUID(uuid_s))


Expand Down

0 comments on commit f932bcc

Please sign in to comment.