Commit 3a5cfde3 authored by Bharath Ramsundar's avatar Bharath Ramsundar
Browse files

Yet another missed import

parent d4d291b6
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -15,7 +15,6 @@ import tensorflow as tf
from deepchem.nn import activations
from deepchem.nn import initializations
from deepchem.nn import model_ops
from deepchem.nn.copy import Layer

# TODO(rbharath): This class does not yet have a
# TensorGraph equivalent, but one may not be required.