Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
anton-ubi committed Oct 23, 2024
1 parent 785dbcb commit df4517e
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions rqd/rqd/rqmachine.py
Original file line number Diff line number Diff line change
Expand Up @@ -693,8 +693,6 @@ def __initStatsFromWindows(self):
- the number of logical cores
- the number of physical processors
- the hyper-threading multiplier
Implementation detail.
"""
# Windows memory information
stat = self.getWindowsMemory()
Expand All @@ -718,10 +716,9 @@ def __updateProcsMappingsFromWindows(self):
"""
Update `__procs_by_physid_and_coreid` and `__physid_and_coreid_by_proc` mappings
for Windows platforms.
Implementation detail.
"""
import wmi # Windows-specific
# Windows-specific
import wmi # pylint:disable=import-outside-toplevel,import-error

# Reset mappings
self.__procs_by_physid_and_coreid = {}
Expand Down

0 comments on commit df4517e

Please # to comment.