Chromium Code Reviews| Index: recipe_modules/context/__init__.py |
| diff --git a/recipe_modules/context/__init__.py b/recipe_modules/context/__init__.py |
| index 81ce4f266878ef1f65da5785cd2ef1a399db12a3..7d7898c03d7e8d158a86d9180a6856b945fdddb0 100644 |
| --- a/recipe_modules/context/__init__.py |
| +++ b/recipe_modules/context/__init__.py |
| @@ -3,5 +3,5 @@ |
| # that can be found in the LICENSE file. |
| DEPS = [ |
| - "path" |
| + 'path', |
| ] |