Skip to content

Commit

Permalink
Merge pull request #2455 from DataDog/yann/wmi-flake8
Browse files Browse the repository at this point in the history
[flake8][test] noqa wmi imports
  • Loading branch information
yannmh committed Apr 29, 2016
2 parents 153cb10 + 59e7c18 commit 305f9f0
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 305f9f0

Please sign in to comment.