From 9f6b543f57cd2aa18cb89f719c219a503840935c Mon Sep 17 00:00:00 2001 From: Jeff Fifield Date: Thu, 16 May 2024 14:16:26 -0600 Subject: [PATCH] fix --- python/air/backend/abc.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/python/air/backend/abc.py b/python/air/backend/abc.py index 36d02e2d7..ae793c9cf 100644 --- a/python/air/backend/abc.py +++ b/python/air/backend/abc.py @@ -7,8 +7,6 @@ import abc from typing import TypeVar -import torch - from air.ir import Module # A type shared between the result of `AirBackend.compile` and the