Skip to content

Commit

Permalink
[flake8][test] noqa wmi imports
Browse files Browse the repository at this point in the history
  • Loading branch information
yannmh committed Apr 29, 2016
1 parent 153cb10 commit 59e7c18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/core/test_wmi.py
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,7 @@ def test_no_wmi_connection_pooling(self):
"""
WMI connections are not be shared among WMISampler objects.
"""
from win32com.client import Dispatch
from win32com.client import Dispatch # noqa

wmi_sampler_1 = WMISampler("Win32_PerfRawData_PerfOS_System", ["ProcessorQueueLength"])
wmi_sampler_2 = WMISampler("Win32_OperatingSystem", ["TotalVisibleMemorySize"])
Expand Down

0 comments on commit 59e7c18

Please sign in to comment.