From d6909c5e6a9f2a060d95598660946f79eda84a46 Mon Sep 17 00:00:00 2001
From: Marc Bonnici <marc.bonnici@arm.com>
Date: Tue, 30 May 2017 11:49:47 +0100
Subject: [PATCH] PowerUtils: Pylint Fix

---
 wlauto/utils/power.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/wlauto/utils/power.py b/wlauto/utils/power.py
index 40921b99..460376d7 100755
--- a/wlauto/utils/power.py
+++ b/wlauto/utils/power.py
@@ -342,7 +342,7 @@ def record_state_transitions(reporter, stream):
 
 class PowerStateTransitions(object):
 
-    def __init__(self, filepath ):
+    def __init__(self, filepath):
         self.filepath = filepath
         self._wfh = open(filepath, 'w')
         self.writer = csv.writer(self._wfh)