Skip to content

Commit

Permalink
tryfix (merge with #3634 if works)
Browse files Browse the repository at this point in the history
  • Loading branch information
IanButterworth authored Oct 10, 2023
1 parent 2cec166 commit bf90aef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Types.jl
Original file line number Diff line number Diff line change
Expand Up @@ -430,7 +430,7 @@ is_project_uuid(env::EnvCache, uuid::UUID) = project_uuid(env) == uuid
# Context #
###########

const FORMER_STDLIBS = ["DelimitedFiles", "Statistics"]
const FORMER_STDLIBS = ["DelimitedFiles"]
const FORMER_STDLIBS_UUIDS = Set{UUID}()
const STDLIB = Ref{DictStdLibs}()
function load_stdlib()
Expand Down

0 comments on commit bf90aef

Please sign in to comment.