Skip to content

Commit

Permalink
Test fixing pylint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahtang7 committed May 5, 2023
1 parent 5438e6b commit f6ff716
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions seealgo/tests/test_dict.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ def test_nesteddict():
'key1': 'value1',
'key2': {
'nested_key1': 'nested_value1',
'nested_key2': 'nested_value2'
}
'nested_key2': 'nested_value2',
},
}
viz_nested = Dict()
viz_nested.see(None, nested_dict)
Expand Down

0 comments on commit f6ff716

Please sign in to comment.