Skip to content

Commit

Permalink
Separate imports into two groups
Browse files Browse the repository at this point in the history
  • Loading branch information
nealwu authored Feb 24, 2018
1 parent d903d5e commit b634d42
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions official/mnist/dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
import os
import shutil
import gzip

import numpy as np
from six.moves import urllib
import tensorflow as tf
Expand Down

0 comments on commit b634d42

Please sign in to comment.