Skip to content

Commit d739a6e

Browse files
Alphabetise using statements.
Co-authored-by: Matt Fishman <[email protected]>
1 parent dc41a58 commit d739a6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_iterators.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
using Test: @test, @testset, @test_throws
22
import ITensorNetworksNext as ITensorNetworks
3-
using .ITensorNetworks: SweepIterator, RegionIterator, islaststep, state, increment!, compute!, eachregion
3+
using .ITensorNetworks: RegionIterator, SweepIterator, compute!, increment!, islaststep, state
44

55
module TestIteratorUtils
66

0 commit comments

Comments
 (0)