reorder imports

This commit is contained in:
Nicolas Papernot 2019-03-08 09:47:15 -08:00 committed by GitHub
parent d9780c043e
commit be815437a6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -36,17 +36,16 @@ import math
import os
import sys
from six.moves import xrange
sys.path.append('..') # Main modules reside in the parent directory.
from absl import app
from absl import flags
import core as pate
import matplotlib
matplotlib.use('TkAgg')
import matplotlib.pyplot as plt # pylint: disable=g-import-not-at-top
import numpy as np
import core as pate
from six.moves import xrange
plt.style.use('ggplot')