From 6099ddeef910673bff1b1ab7f6e8c6000e88dbae Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Sun, 21 Oct 2018 17:01:25 +1100 Subject: [PATCH] Expected 1 blank line before a nested definition --- src/PIL/Image.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/PIL/Image.py b/src/PIL/Image.py index b537b6528..ca801accb 100644 --- a/src/PIL/Image.py +++ b/src/PIL/Image.py @@ -2620,6 +2620,7 @@ def open(fp, mode="r"): preinit() accept_warnings = [] + def _open_core(fp, filename, prefix): for i in ID: try: