Skip to content

Commit

Permalink
typing_extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
normanrz committed Dec 13, 2024
1 parent ae412c4 commit 3b232a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webknossos/webknossos/dataset/_array.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
Iterator,
List,
Optional,
Self,
Tuple,
Type,
Union,
Expand All @@ -22,6 +21,7 @@
import numpy as np
import tensorstore
import wkw
from typing_extensions import Self
from upath import UPath

from ..geometry import BoundingBox, NDBoundingBox, Vec3Int, VecInt
Expand Down

0 comments on commit 3b232a8

Please sign in to comment.