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

pull/1278/head
Jiarui Fang 2022-07-12 23:04:06 +08:00 committed by GitHub
parent 7aadcbd070
commit ca9d5ee91c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -10,6 +10,7 @@ from torch.fx import GraphModule
import random
import numpy as np
import inspect
import pytest
MANUAL_SEED = 0
random.seed(MANUAL_SEED)