Skip to content

Commit

Permalink
fix the import issue of warnings (#2288)
Browse files Browse the repository at this point in the history
Summary: Pull Request resolved: #2288

Reviewed By: aaronenyeshi

Differential Revision: D58376939

Pulled By: xuzhao9

fbshipit-source-id: 696af9ab978da96b1a09605736d3a4d6cd6c6326
  • Loading branch information
wincent8 authored and facebook-github-bot committed Jun 10, 2024
1 parent e08d888 commit 417731f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions torchbenchmark/util/extra_args.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import argparse
import enum
import warnings
from typing import List, Optional, Tuple

from torchbenchmark.util.backends import BACKENDS, list_backends
Expand Down

0 comments on commit 417731f

Please sign in to comment.