Skip to content

Commit

Permalink
tests: remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
peremen committed Jan 1, 2023
1 parent effb5ed commit 240538c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion tests/test_sdmhspaparser.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
import binascii

from parsers.samsung.sdmhspaparser import SdmHspaParser
from parsers.samsung import sdmcmd

class TestSdmHspaParser(unittest.TestCase):
parser = SdmHspaParser(parent=None)
Expand Down
1 change: 0 additions & 1 deletion tests/test_sdmlteparser.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
import binascii

from parsers.samsung.sdmlteparser import SdmLteParser
from parsers.samsung import sdmcmd

class TestSdmLteParser(unittest.TestCase):
parser = SdmLteParser(parent=None, model='e5123')
Expand Down

0 comments on commit 240538c

Please sign in to comment.