Skip to content

Commit 6c55eb2

Browse files
authored
Merge pull request #1168 from sambuddhac/main
Import Base.@kwdef for compatibility with Julia versions below 1.9
2 parents 71b9bf4 + c2bd586 commit 6c55eb2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/PowerSystems.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -474,6 +474,7 @@ export generate_struct_files
474474
#################################################################################
475475
# Imports
476476

477+
import Base: @kwdef
477478
import LinearAlgebra
478479
import Unicode: normalize
479480
import Logging

0 commit comments

Comments
 (0)