Skip to content

Commit

Permalink
removed unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
matveyvarg committed Oct 26, 2023
1 parent 48a98f6 commit 797bf9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deker/tools/array.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
import uuid

from functools import singledispatch
from typing import Any, Dict, List, Tuple, Union, Literal
from typing import Any, Dict, List, Tuple, Union

import numpy as np

Expand Down

0 comments on commit 797bf9f

Please sign in to comment.