Skip to content

Commit 7c893b5

Browse files
committed
Style check fix.
1 parent a39d08e commit 7c893b5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_ivoa_compliant_units.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -387,7 +387,7 @@ def test_mismatched_array_lengths(self):
387387

388388
# PyArrow should raise an error for mismatched array lengths
389389
with pytest.raises((ValueError, pa.lib.ArrowInvalid)):
390-
table = create_synchronized_table(arrs, names, units, dtypes, global_meta=None)
390+
create_synchronized_table(arrs, names, units, dtypes, global_meta=None)
391391

392392
def test_special_characters_in_units(self):
393393
"""Test handling of special characters in unit strings."""

0 commit comments

Comments
 (0)