This is an archive of the discontinued Mercurial Phabricator instance.

infinitepush: remove unused import of tempfile in store.py
AbandonedPublic

Authored by marmoute on Jul 22 2020, 11:28 AM.

Details

Reviewers
pulkit
Group Reviewers
hg-reviewers
Summary

a52bf967e90a replaced the use of tempfile with pycompat APIs but missed removing
the unused import. test-check-pyflakes.t complains about it.

Diff Detail

Repository
rHG Mercurial
Branch
stable
Lint
No Linters Available
Unit
No Unit Test Coverage

Event Timeline

pulkit created this revision.Jul 22 2020, 11:28 AM
marmoute commandeered this revision.
marmoute added a subscriber: marmoute.

Changeset fc54f52779dd is doing the same thing.

marmoute abandoned this revision.Jul 31 2020, 1:51 PM