未验证 提交 7bf39e0d 编写于 作者: 😸 😸

make flake8 happy

上级 e4397235
......@@ -22,10 +22,11 @@ interfaces around python-apt
import apt_pkg
"""
wrapper around `apt_pkg.Hashes`
"""
class DakHashes(object):
"""
wrapper around `apt_pkg.Hashes`
"""
def __init__(self, *args, **kwargs):
self._apt_hashes = apt_pkg.Hashes(*args, **kwargs)
......
......@@ -23,6 +23,7 @@ from base_test import DakTestCase
import daklib.dakapt
class TestDakHashes(DakTestCase):
def testDakHashes(self):
hashes = daklib.dakapt.DakHashes("/dev/null")
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册