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