Skip to content

Commit

Permalink
Fixed: Code Linting
Browse files Browse the repository at this point in the history
  • Loading branch information
kayjan committed Sep 7, 2023
1 parent 5a0032c commit c93cfc7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/utils/test_plot.py
Original file line number Diff line number Diff line change
Expand Up @@ -566,7 +566,6 @@ def test_first_pass(self):
), f"Expected\n{_expected}\nReceived\n{_actual}"

def test_reingold_tilford(self):

expected = [
("a", 0, 0),
("b", 1, 0),
Expand Down Expand Up @@ -692,7 +691,6 @@ def test_first_pass(self):
), f"Expected\n{_expected}\nReceived\n{_actual}"

def test_reingold_tilford(self):

expected = [
("a", 0, 1),
("b", 1, 1),
Expand Down

0 comments on commit c93cfc7

Please sign in to comment.