Skip to content

Commit 6799c7f

Browse files
mypy
1 parent ea8705b commit 6799c7f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/test_value_array.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,6 +265,6 @@ def test_invalid_unit_raises_error() -> None:
265265
_ = tu.ValueArray([1, 2], _InvalidUnit())
266266

267267

268-
def test_format():
268+
def test_format() -> None:
269269
u = tu.GHz * np.random.random(10)
270270
assert f'{u}' == str(u)

0 commit comments

Comments
 (0)