Skip to content

Commit fbd81d2

Browse files
committed
removed union import from squirrel_ir
1 parent 2b68d1f commit fbd81d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

opensquirrel/squirrel_ir.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
from dataclasses import dataclass
55
from functools import wraps
66
from math import cos, sin
7-
from typing import Callable, List, Optional, Tuple, Union
7+
from typing import Callable, List, Optional, Tuple
88

99
import numpy as np
1010

0 commit comments

Comments
 (0)