Skip to content

Commit 479d1d8

Browse files
musmtimholy
authored andcommitted
Update FileIO.jl (#106)
1 parent d69c286 commit 479d1d8

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/FileIO.jl

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,15 @@
11
__precompile__()
22

33
module FileIO
4+
45
using Compat
5-
import Compat.String
6+
using Compat.String
67

78
export DataFormat,
89
File,
910
Formatted,
1011
Stream,
11-
1212
@format_str,
13-
1413
add_format,
1514
del_format,
1615
add_loader,

0 commit comments

Comments
 (0)