Unverified Commit ca9d5ee9 authored by Jiarui Fang's avatar Jiarui Fang Committed by GitHub
Browse files

[hotfix] torchvison fx unittests miss import pytest (#1277)

parent 7aadcbd0
...@@ -10,6 +10,7 @@ from torch.fx import GraphModule ...@@ -10,6 +10,7 @@ from torch.fx import GraphModule
import random import random
import numpy as np import numpy as np
import inspect import inspect
import pytest
MANUAL_SEED = 0 MANUAL_SEED = 0
random.seed(MANUAL_SEED) random.seed(MANUAL_SEED)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment