[Request] [- ] D8789: infinitepush: remove unused import of tempfile in store.py
pulkit (Pulkit Goyal)
phabricator at mercurial-scm.org
Wed Jul 22 15:28:36 UTC 2020
pulkit created this revision.
Herald added a reviewer: hg-reviewers.
Herald added a subscriber: mercurial-patches.
REVISION SUMMARY
a52bf967e90a <https://phab.mercurial-scm.org/rHGa52bf967e90ac44758b209d7512be4af60457d27> replaced the use of tempfile with pycompat APIs but missed removing
the unused import. test-check-pyflakes.t complains about it.
REPOSITORY
rHG Mercurial
BRANCH
stable
REVISION DETAIL
https://phab.mercurial-scm.org/D8789
AFFECTED FILES
hgext/infinitepush/store.py
CHANGE DETAILS
diff --git a/hgext/infinitepush/store.py b/hgext/infinitepush/store.py
--- a/hgext/infinitepush/store.py
+++ b/hgext/infinitepush/store.py
@@ -8,7 +8,6 @@
import abc
import os
import subprocess
-import tempfile
from mercurial.pycompat import open
from mercurial import (
To: pulkit, #hg-reviewers
Cc: mercurial-patches, mercurial-devel
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mercurial-scm.org/pipermail/mercurial-patches/attachments/20200722/6d0062be/attachment.html>
More information about the Mercurial-patches
mailing list