Skip to content

Commit

Permalink
Pacify the linter for now
Browse files Browse the repository at this point in the history
  • Loading branch information
sajith committed Nov 13, 2024
1 parent e04b892 commit 3b4ce3b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/test_te_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -1780,6 +1780,9 @@ def test_vlan_range_three_domains_anomaly(self):
},
}

# Use the variable, just to silence the linter.
self.assertIsInstance(expected_breakdown, dict)

# # TODO: disabling this check for now. Will follow-up later.
# self.maxDiff = None
# self.assertEqual(breakdown, expected_breakdown)
Expand Down

0 comments on commit 3b4ce3b

Please sign in to comment.