Skip to content

Commit

Permalink
Remove unused function in test_adb_manager.py (#136)
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffLIrion committed Dec 16, 2019
1 parent f0c2653 commit 92e0d3b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/test_adb_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,6 @@ def __init__(self, *args, **kwargs):
self._acquired = False


def return_empty_list(*args, **kwargs):
return []


class TestADBPython(unittest.TestCase):
"""Test the `ADBPython` class."""

Expand Down

0 comments on commit 92e0d3b

Please sign in to comment.