Commit aa2859d1 authored by Lluis Gifre Renom's avatar Lluis Gifre Renom
Browse files

Pre-merge code cleanup

parent 4295fcc4
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -80,6 +80,7 @@ def test_retrieve_state(driver: MorpheusApiDriver):
    for item in state:
        if i == 0:
            print_data("State Item", item)
            i += 1
        else:
            if item[1] == 'state': continue
            print_data("Other Item", item)