Skip to content

Commit

Permalink
fix: remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
cako committed Aug 5, 2024
1 parent 1890d16 commit 162d72a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pylops/utils/backend.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
]

from types import ModuleType
from typing import Callable, Union
from typing import Callable

import numpy as np
import numpy.typing as npt
Expand Down

0 comments on commit 162d72a

Please sign in to comment.