Skip to content

Commit

Permalink
pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Theodore.Chatziioannou authored and Theodore.Chatziioannou committed Oct 30, 2023
1 parent 66b884a commit f8d10df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_03_read_matsim.py
Original file line number Diff line number Diff line change
Expand Up @@ -220,4 +220,4 @@ def test_get_float_attribute_from_person():
</person>"""
elem = et.fromstring(text)
pid, attributes = get_attributes_from_person(elem)
assert isinstance(attributes['age'], float)
assert isinstance(attributes["age"], float)

0 comments on commit f8d10df

Please sign in to comment.