Skip to content

Commit b9ee962

Browse files
committed
remove empty line
1 parent e15c179 commit b9ee962

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

tests/test_backend.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3029,6 +3029,5 @@ def test_cudnngru(self):
30293029
outputs = cudnngru.call(x, tuple([h]))
30303030
self.run_test_case({}, [], [outputs[0].name], rtol=1e-05, atol=1e-04)
30313031

3032-
30333032
if __name__ == '__main__':
30343033
unittest_main()

tf2onnx/onnx_opset/rnn.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
from __future__ import unicode_literals
1111

1212
import logging
13-
import os
1413
import numpy as np
1514
from tf2onnx import utils
1615
from tf2onnx.handler import tf_op

0 commit comments

Comments
 (0)