Skip to content

Commit

Permalink
Merge pull request #390 from sambuddhac/main
Browse files Browse the repository at this point in the history
Import `Base.@kwdef` for compatibility with Julia versions below 1.9
  • Loading branch information
jd-lara authored Aug 2, 2024
2 parents a0fe596 + 6a2ab6b commit 3937446
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/InfrastructureSystems.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ isdefined(Base, :__precompile__) && __precompile__()

module InfrastructureSystems

import Base: @kwdef
import CSV
import DataFrames
import DataFrames: DataFrame
Expand Down

0 comments on commit 3937446

Please sign in to comment.