Mercurial > hg
diff tests/test-log.t @ 48876:42d2b31cee0b
tests: remove from __future__ from inline Python in tests
This is no longer required since we require Python 3 and the linter
no longer requires these statements.
Differential Revision: https://phab.mercurial-scm.org/D12255
author | Gregory Szorc <gregory.szorc@gmail.com> |
---|---|
date | Sun, 20 Feb 2022 15:28:44 -0700 |
parents | 3b6b43a7ace4 |
children | f3cd2d6eeef9 |
line wrap: on
line diff
--- a/tests/test-log.t Thu Mar 03 17:34:00 2022 +0100 +++ b/tests/test-log.t Sun Feb 20 15:28:44 2022 -0700 @@ -2451,7 +2451,6 @@ $ cat > ../names.py <<EOF > """A small extension to test adding arbitrary names to a repo""" - > from __future__ import absolute_import > from mercurial import namespaces > > def reposetup(ui, repo):