run format

This commit is contained in:
Jonathan Wren 2023-03-04 14:21:07 -08:00
parent 9bca32b438
commit e6a36a9c0a
No known key found for this signature in database
7 changed files with 6 additions and 10 deletions

View file

@ -101,7 +101,6 @@ def test_get_kv_from_pair():
class TestDotNotationToList:
def test_unpack_dots_to_list(self):
keys = "a.b.c.d.e.f"
keys_list = _convert_dots_to_list(keys)
assert len(keys_list) == 6