Skip to content

Commit 394f4bb

Browse files
committed
remove unused using statements
1 parent 3c76185 commit 394f4bb

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/FashionMNIST/FashionMNIST.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
export FashionMNIST
22
module FashionMNIST
3-
using BinDeps
43
using DataDeps
54
using FixedPointNumbers
65
using ..bytes_to_type

src/MNIST/MNIST.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
export MNIST
22
module MNIST
3-
using BinDeps
43
using DataDeps
54
using ImageCore
65
using ColorTypes

0 commit comments

Comments
 (0)