Skip to content
This repository was archived by the owner on Apr 26, 2021. It is now read-only.

Commit b2834fb

Browse files
authored
remove import Compat from src/GenericSVD.jl
no longer in REQUIRE, shouldn't be imported in src Quaternions is in test/REQUIRE and happens to currently depend on Compat, which is why this wasn't visible on Travis.
1 parent ec5314d commit b2834fb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/GenericSVD.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
__precompile__(true)
22
module GenericSVD
33

4-
import Compat: view
54
import Base: SVD
65

76
include("utils.jl")

0 commit comments

Comments
 (0)