From 87b3a04a38a44a7f9d062bca0b44fa9c5df10392 Mon Sep 17 00:00:00 2001 From: Peter Zhokhov Date: Wed, 14 Nov 2018 12:16:53 -0800 Subject: [PATCH] autopep8 --- baselines/common/tf_util.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/baselines/common/tf_util.py b/baselines/common/tf_util.py index 452871c..8cc3df6 100644 --- a/baselines/common/tf_util.py +++ b/baselines/common/tf_util.py @@ -168,7 +168,7 @@ def function(inputs, outputs, updates=None, givens=None): updates: [tf.Operation] or tf.Operation list of update functions or single update function that will be run whenever the function is called. The return is ignored. - + """ if isinstance(outputs, list): return _Function(inputs, outputs, updates, givens=givens)