Skip to content

Commit

Permalink
Remove unused import
Browse files Browse the repository at this point in the history
Summary: torch._dynamo.skipfiles has been removed from dynamo.

Reviewed By: PaulZhang12

Differential Revision: D53628861

fbshipit-source-id: 493c31f6c29080861ee5757250a2f2df585c3079
  • Loading branch information
yanboliang authored and facebook-github-bot committed Feb 9, 2024
1 parent eaf7f79 commit 8e41b29
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion torchrec/distributed/tests/test_pt2.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
from typing import List, Tuple

import torch
import torch._dynamo.skipfiles

try:
# pyre-ignore
Expand Down

0 comments on commit 8e41b29

Please sign in to comment.