Skip to content

Commit

Permalink
fix the import issue of warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
wincent8 committed Jun 10, 2024
1 parent 98ed700 commit c37a30e
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 c37a30e

Please sign in to comment.