fix raise NotImplemented() complaints of latest flake8
This commit is contained in:
@@ -18,11 +18,11 @@ class TfInput(object):
|
|||||||
"""Return the tf variable(s) representing the possibly postprocessed value
|
"""Return the tf variable(s) representing the possibly postprocessed value
|
||||||
of placeholder(s).
|
of placeholder(s).
|
||||||
"""
|
"""
|
||||||
raise NotImplemented()
|
raise NotImplementedError
|
||||||
|
|
||||||
def make_feed_dict(data):
|
def make_feed_dict(data):
|
||||||
"""Given data input it to the placeholder(s)."""
|
"""Given data input it to the placeholder(s)."""
|
||||||
raise NotImplemented()
|
raise NotImplementedError
|
||||||
|
|
||||||
|
|
||||||
class PlaceholderTfInput(TfInput):
|
class PlaceholderTfInput(TfInput):
|
||||||
|
Reference in New Issue
Block a user