Skip to content

Commit ee721de

Browse files
committed
Minor comment fix
1 parent 7822385 commit ee721de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/tvm/relay/frontend/tflite.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ def convert_softmax(self, op):
235235
return out
236236

237237
def convert_concatenation(self, op):
238-
""" convert TFLite concatenation"""
238+
"""Convert TFLite concatenation"""
239239
try:
240240
from tflite.Operator import Operator
241241
from tflite.ConcatenationOptions import ConcatenationOptions

0 commit comments

Comments
 (0)