Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1060)

Unified Diff: telemetry/telemetry/internal/platform/gpu_device.py

Issue 2988563002: Fixed errors related to bad-continuation (Closed)
Patch Set: Removed pylintrc changes Created 3 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « telemetry/telemetry/internal/platform/android_platform_backend_unittest.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: telemetry/telemetry/internal/platform/gpu_device.py
diff --git a/telemetry/telemetry/internal/platform/gpu_device.py b/telemetry/telemetry/internal/platform/gpu_device.py
index 926f927154ddb0a5c788a68fbc315d471b9bdc58..b416fda9f7456667b2dde67f1b2a289cdcf60288 100644
--- a/telemetry/telemetry/internal/platform/gpu_device.py
+++ b/telemetry/telemetry/internal/platform/gpu_device.py
@@ -11,10 +11,10 @@ class GPUDevice(object):
"""
_VENDOR_ID_MAP = {
- 0x1002: 'ATI',
- 0x8086: 'Intel',
- 0x10de: 'Nvidia',
- }
+ 0x1002: 'ATI',
+ 0x8086: 'Intel',
+ 0x10de: 'Nvidia',
+ }
def __init__(self, vendor_id, device_id, vendor_string, device_string):
self._vendor_id = vendor_id
« no previous file with comments | « telemetry/telemetry/internal/platform/android_platform_backend_unittest.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698