From b1de8f2a7283e3d91f5697c9bb2be734ef144c2a Mon Sep 17 00:00:00 2001 From: "bunny@hop" Date: Mon, 2 Dec 2024 22:32:35 +0000 Subject: [PATCH] fix flake error --- hvcc/__init__.py | 1 - 1 file changed, 1 deletion(-) diff --git a/hvcc/__init__.py b/hvcc/__init__.py index 6e466b1..f942dc1 100644 --- a/hvcc/__init__.py +++ b/hvcc/__init__.py @@ -25,7 +25,6 @@ import time from typing import List, Dict, Optional -import hvcc.types.compiler from hvcc.interpreters.pd2hv import pd2hv from hvcc.core.hv2ir import hv2ir from hvcc.generators.ir2c import ir2c