diff options
| author | Julian Andres Klode <jak@debian.org> | 2014-01-06 16:25:19 +0100 |
|---|---|---|
| committer | Julian Andres Klode <jak@debian.org> | 2014-01-06 16:25:19 +0100 |
| commit | d7d4fc322537831fb75ffe5e20175fa5789aae8e (patch) | |
| tree | daa1439429fc6bd9a07c596339d8b5ba616d2648 /tests | |
| parent | 16741d48bf49b05c54159c9c39ed7dd562f1f55f (diff) | |
| download | python-apt-d7d4fc322537831fb75ffe5e20175fa5789aae8e.tar.gz | |
tests/test_deps.py: Remove an invalid blank line
Fixes pep8
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/test_deps.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/test_deps.py b/tests/test_deps.py index 399bb9ba..0035fa81 100644 --- a/tests/test_deps.py +++ b/tests/test_deps.py @@ -137,7 +137,6 @@ class TestDependencies(unittest.TestCase): self.assertFalse(dstr(">") != ">") self.assertFalse(dstr(">") != ">>") - def testParseDepends(self): """dependencies: Test apt_pkg.ParseDepends().""" if not hasattr(apt_pkg, 'ParseDepends'): |
