Fixing remaining flake8 lint warnings
This commit is contained in:
@@ -191,6 +191,7 @@ def test_set_dict_union(addressbook):
|
||||
|
||||
assert person.employment.employer.name == 'foo'
|
||||
|
||||
|
||||
def isstr(s):
|
||||
return isinstance(s, str)
|
||||
|
||||
@@ -238,6 +239,7 @@ def test_to_dict_ordered(addressbook):
|
||||
with pytest.raises(Exception):
|
||||
person.to_dict(ordered=True)
|
||||
|
||||
|
||||
def test_nested_list(addressbook):
|
||||
struct = addressbook.NestedList.new_message()
|
||||
struct.init('list', 2)
|
||||
|
||||
Reference in New Issue
Block a user