Index: recipes/recipes/publish_tarball.py |
diff --git a/recipes/recipes/publish_tarball.py b/recipes/recipes/publish_tarball.py |
index 6959d559deee3b77cb5eb27f1b2789c648af32d0..a6ff6ca18c8d18097a887d1fde3baaceff80c0ee 100644 |
--- a/recipes/recipes/publish_tarball.py |
+++ b/recipes/recipes/publish_tarball.py |
@@ -2,6 +2,8 @@ |
# Use of this source code is governed by a BSD-style license that can be |
# found in the LICENSE file. |
+# pylint: disable=line-too-long |
+ |
from recipe_engine import recipe_api |
import contextlib |