Skip to content

Commit 03a55c1

Browse files
committed
better to import JSON2 not using
1 parent f3ad5a6 commit 03a55c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/DistributedFactorGraphs.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ using Dates
2222
using TimeZones
2323
using Distributions
2424
using Reexport
25-
using JSON2 # only for unpacking factorData via NamedTuples, TODO drop dependency
25+
import JSON2 # only for unpacking factorData via NamedTuples, TODO drop dependency
2626
using JSON3
2727
using StructTypes
2828
using LinearAlgebra

0 commit comments

Comments
 (0)