remove an unused import (#960)

This commit is contained in:
lancerts 2024-05-23 11:12:31 -07:00 committed by GitHub
parent 9c0e9ee86d
commit 22339db185
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4,8 +4,6 @@ from typing import Tuple, Optional, Union
import torch
from einops import rearrange
import triton
import triton.language as tl