Skip to content

Commit cca9613

Browse files
committed
Fix mypy
1 parent c51d8d7 commit cca9613

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/io4dolfinx/backends/vtkhdf/backend.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -789,6 +789,7 @@ def write_meshtags(
789789
maxshape=(None,),
790790
mode=h5_mode,
791791
)
792+
assert data.local_start is not None
792793
insert_slice = _compute_append_slice(
793794
dataset,
794795
data.num_entities_global,

0 commit comments

Comments
 (0)