Closed
Bug 1634717
Opened 5 years ago
Closed 5 years ago
android_device.py imports psutil
Categories
(Testing :: General, enhancement, P1)
Tracking
(firefox77 fixed)
RESOLVED
FIXED
mozilla77
Tracking | Status | |
---|---|---|
firefox77 | --- | fixed |
People
(Reporter: gbrown, Assigned: gbrown)
Details
Attachments
(1 file)
(deleted),
text/x-phabricator-request
|
Details |
psutil is used only by one function in that module, and that function is not called by most clients of that module. Let's reduce scope to avoid a dependency for most callers.
Assignee | ||
Comment 1•5 years ago
|
||
Trivial change to reduce import dependencies for most callers.
Pushed by gbrown@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/fd8b2988e651
Reduce scope of import of psutil in android_device.py; r=jmaher
Comment 3•5 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 5 years ago
status-firefox77:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla77
You need to log in
before you can comment on or make changes to this bug.
Description
•