Skip to content

Commit ad5ba15

Browse files
Removed unused TF imports to pass pyflakes
1 parent 6928460 commit ad5ba15

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

tests/conftest.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import pytest
22
import pyhf
3-
import tensorflow as tf
43
import sys
54

65

tests/test_backend_consistency.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import pyhf
2-
import tensorflow as tf
32
import numpy as np
43
import pytest
54

0 commit comments

Comments
 (0)