Skip to content

Commit

Permalink
fix flake8 errors
Browse files Browse the repository at this point in the history
Signed-off-by: Eli Uriegas <eliuriegas@fb.com>
  • Loading branch information
seemethere committed Feb 10, 2021
1 parent 4609896 commit 09c54e0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/common_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
PY39_SEGFAULT_SKIP_MSG = "Segmentation fault with Python 3.9, see https://github.com/pytorch/vision/issues/3367"
PY39_SKIP = unittest.skipIf(IS_PY39, PY39_SEGFAULT_SKIP_MSG)


@contextlib.contextmanager
def get_tmp_dir(src=None, **kwargs):
tmp_dir = tempfile.mkdtemp(**kwargs)
Expand Down

0 comments on commit 09c54e0

Please sign in to comment.