Skip to content

Commit

Permalink
remove unused aliases
Browse files Browse the repository at this point in the history
  • Loading branch information
schillic committed Mar 10, 2024
1 parent a96068b commit 4944033
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions src/ReachabilityModels.jl
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,6 @@ using Reexport

include("utils.jl")

# name alias
fetch_model = load_model
fetch_meta = load_meta

export fetch_model, fetch_meta,
load_model, load_meta,
list_models
export load_model, load_meta, list_models

end # module

0 comments on commit 4944033

Please sign in to comment.