Skip to content

Commit 162d72a

Browse files
committed
fix: remove unused import
1 parent 1890d16 commit 162d72a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pylops/utils/backend.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
]
2727

2828
from types import ModuleType
29-
from typing import Callable, Union
29+
from typing import Callable
3030

3131
import numpy as np
3232
import numpy.typing as npt

0 commit comments

Comments
 (0)