Skip to content

Commit 702b8e0

Browse files
committed
Import typing.SupportsIndex to avoid forward reference error.
1 parent 5cc2323 commit 702b8e0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sgkit/io/bgen/bgen_reader.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
import tempfile
44
import time
55
from pathlib import Path
6+
from typing import SupportsIndex # noqa: F401
67
from typing import (
78
Any,
89
Dict,

0 commit comments

Comments
 (0)