Browse Source

devutils/run_devutils_pylint.py: Fix yapf formatting

Eloston 4 years ago
parent
commit
148c74062d
1 changed files with 2 additions and 2 deletions
  1. 2 2
      devutils/run_utils_pylint.py

+ 2 - 2
devutils/run_utils_pylint.py

@@ -37,8 +37,8 @@ def main():
     ]
 
     ignore_prefixes = [
-        ('third_party',),
-        ('tests',),
+        ('third_party', ),
+        ('tests', ),
     ]
 
     sys.path.insert(1, str(Path(__file__).resolve().parent.parent / 'utils' / 'third_party'))