Fix import.

This commit is contained in:
Jelmer Vernooij 2021-02-05 14:19:24 +00:00
parent c93cf32cb9
commit 7f90276cd8

View file

@ -57,7 +57,7 @@ from lintian_brush.changelog import (
add_changelog_entry, add_changelog_entry,
) )
from lintian_brush.rules import ( from debmutate._rules import (
dh_invoke_add_with, dh_invoke_add_with,
update_rules, update_rules,
) )