Skip to content

Commit

Permalink
import cleanup
Browse files Browse the repository at this point in the history
Signed-off-by: Masaki Kozuki <[email protected]>
  • Loading branch information
crcrpar committed Nov 19, 2024
1 parent 3ab1176 commit f14a332
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions thunder/tests/test_tensor_subclass.py
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
from __future__ import annotations
from typing import TYPE_CHECKING

import pytest
import torch
from torch.utils import _pytree as pytree

import thunder
from thunder.core.proxies import SubclassTensorProxy
from thunder.tests.framework import instantiate, nvFuserExecutor
from thunder.tests.framework import instantiate
from thunder.tests.make_tensor import make_tensor

if TYPE_CHECKING:
Expand Down

0 comments on commit f14a332

Please sign in to comment.