Skip to content

Commit

Permalink
Fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
Schamper committed Aug 29, 2023
1 parent 6571a78 commit 3fe8d64
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/test_pointer.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import pytest
from unittest.mock import patch

import pytest
from dissect import cstruct

from dissect.cstruct.types.pointer import PointerInstance
Expand Down

0 comments on commit 3fe8d64

Please sign in to comment.