From bbbf822733e79d41dbb5c44b4a54427b0daf5323 Mon Sep 17 00:00:00 2001 From: Pradeep Susarla Date: Mon, 18 Jun 2018 22:30:23 +0100 Subject: [PATCH] Fix pep8 no blank line issue --- flask/_compat.py | 1 + 1 file changed, 1 insertion(+) diff --git a/flask/_compat.py b/flask/_compat.py index a3b5b9c1..25d2e8e6 100644 --- a/flask/_compat.py +++ b/flask/_compat.py @@ -83,6 +83,7 @@ if hasattr(sys, 'pypy_version_info'): class _Mgr(object): def __enter__(self): return self + def __exit__(self, *args): if hasattr(sys, 'exc_clear'): # Python 3 (PyPy3) doesn't have exc_clear