Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jul 14, 2023
1 parent a0efa17 commit 1b2c4e1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/unit/plugins/filter/test_ipcut.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,3 @@ def test_get_first_X_bits(self):
args = ["", "1234:4321:abcd:dcba::17", 64]
result = _ipcut(*args)
self.assertEqual(result, "1234:4321:abcd:dcba")


0 comments on commit 1b2c4e1

Please sign in to comment.