Skip to content

Commit

Permalink
Fixed pre-commit issues
Browse files Browse the repository at this point in the history
Signed-off-by: Gautham Ananthakrishna <[email protected]>
  • Loading branch information
gtmoth committed Nov 14, 2023
1 parent 8edbf49 commit 8eb987a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/test_mounts.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
import pytest

from drgn_tools import mounts
from drgn_tools.table import print_table


def test_print_mounts(prog):
Expand All @@ -25,7 +24,6 @@ def get_proc_mounts():

@pytest.mark.skip_vmcore("*")
def test_show_mounts(prog):
differences = []
prog_table = mounts.get_mountinfo(prog)
proc_table = get_proc_mounts()

Expand Down

0 comments on commit 8eb987a

Please sign in to comment.