Skip to content

Commit 4b423b7

Browse files
committed
Linting
1 parent 06a85aa commit 4b423b7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/models/mobilenet_v2/model.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ def get_example_inputs(self):
5959
input_batch = (input_batch,)
6060
return input_batch
6161

62+
6263
class MV2UntrainedModel(EagerModelBase):
6364
def __init__(self):
6465
pass

0 commit comments

Comments
 (0)