Skip to content

Commit db25e5d

Browse files
committed
lint
1 parent 6f22abf commit db25e5d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tools/profile_conversion_time.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@
44
"""
55
import sys
66
import cProfile
7-
import pstats
8-
from pstats import SortKey
7+
from pstats import SortKey, Stats
98
import io
109
import argparse
1110
import tensorflow as tf

0 commit comments

Comments
 (0)