Skip to content

Commit 7eeb6b6

Browse files
authored
don't import Base (#98)
1 parent e85c6fa commit 7eeb6b6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/ApproxFunFourier.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module ApproxFunFourier
2-
using Base, LinearAlgebra, Reexport, AbstractFFTs, FFTW, InfiniteArrays,
2+
using LinearAlgebra, Reexport, AbstractFFTs, FFTW, InfiniteArrays,
33
FastTransforms, IntervalSets, DomainSets
44

55
@reexport using ApproxFunBase

0 commit comments

Comments
 (0)