Skip to content

Commit b11d93f

Browse files
authored
Clean up imports (#102)
1 parent 688b556 commit b11d93f

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

src/ApproxFunFourier.jl

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
module ApproxFunFourier
2-
using LinearAlgebra, Reexport, AbstractFFTs, FFTW, InfiniteArrays,
3-
FastTransforms, IntervalSets, DomainSets
2+
3+
using AbstractFFTs
4+
using DomainSets
5+
using FFTW
6+
using FastTransforms
7+
using InfiniteArrays
8+
using IntervalSets
9+
using LinearAlgebra
10+
using Reexport
411

512
@reexport using ApproxFunBase
613

0 commit comments

Comments
 (0)