Skip to content

Commit 81cd475

Browse files
authored
don't import Base (#70)
1 parent d5d62fe commit 81cd475

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ApproxFunSingularities.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module ApproxFunSingularities
2-
using Base, LinearAlgebra, Reexport, IntervalSets, DomainSets, Statistics, SpecialFunctions
2+
using LinearAlgebra, Reexport, IntervalSets, DomainSets, Statistics, SpecialFunctions
33

44
@reexport using ApproxFunBase
55
@reexport using ApproxFunOrthogonalPolynomials

0 commit comments

Comments
 (0)