Skip to content

Commit 7020610

Browse files
authored
Clean up imports (#74)
1 parent 9a6a817 commit 7020610

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

src/ApproxFunSingularities.jl

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
module ApproxFunSingularities
2-
using LinearAlgebra, Reexport, IntervalSets, DomainSets, SpecialFunctions
2+
3+
using DomainSets
4+
using IntervalSets
5+
using LinearAlgebra
6+
using Reexport
7+
using SpecialFunctions
38

49
@reexport using ApproxFunBase
510
@reexport using ApproxFunOrthogonalPolynomials

0 commit comments

Comments
 (0)