Skip to content

Commit 773d7e1

Browse files
committed
Immutable session + registries
Signed-off-by: Nicholas Gates <[email protected]>
1 parent 953b6c8 commit 773d7e1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

vortex-python/test/test_pyarray.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33

44
from __future__ import annotations
55

6+
from typing import final
7+
68
import numpy as np
79
import pyarrow as pa
810
import pytest
@@ -12,7 +14,6 @@
1214
from pcodec import ( # pyright: ignore[reportMissingTypeStubs]
1315
wrapped as pco, # pyright: ignore[reportAttributeAccessIssue, reportUnknownVariableType]
1416
)
15-
from typing import final
1617
from typing_extensions import override
1718

1819
import vortex as vx

0 commit comments

Comments
 (0)