Skip to content

Commit

Permalink
3.7 support
Browse files Browse the repository at this point in the history
  • Loading branch information
bkmartinjr committed Oct 16, 2023
1 parent d4b07f1 commit c8faf84
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion apis/python/src/tiledbsoma/_read_iters.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
from typing import (
Iterator,
List,
Literal,
Optional,
Sequence,
Tuple,
Expand All @@ -28,6 +27,7 @@
import somacore
from somacore import options
from somacore.query._eager_iter import EagerIterator
from typing_extensions import Literal

# This package's pybind11 code
import tiledbsoma.pytiledbsoma as clib
Expand Down
3 changes: 1 addition & 2 deletions apis/python/src/tiledbsoma/_sparse_nd_array.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
from typing import (
Dict,
Iterator,
Literal,
Optional,
Sequence,
Tuple,
Expand All @@ -28,7 +27,7 @@
import tiledb
from somacore import options
from somacore.options import PlatformConfig
from typing_extensions import Self
from typing_extensions import Literal, Self

from . import _util

Expand Down

0 comments on commit c8faf84

Please sign in to comment.