From 0f27ddafb710e104d84605a26a0e58f2a6495019 Mon Sep 17 00:00:00 2001 From: Yay295 Date: Tue, 7 Feb 2023 13:56:38 -0600 Subject: [PATCH] split long line --- src/PIL/EpsImagePlugin.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/PIL/EpsImagePlugin.py b/src/PIL/EpsImagePlugin.py index 48d32498f..9da6e946b 100644 --- a/src/PIL/EpsImagePlugin.py +++ b/src/PIL/EpsImagePlugin.py @@ -170,7 +170,8 @@ class PSFile: deprecate( "PSFile", 11, - action="If you need the functionality of this class you will need to implement it yourself.", + action="If you need the functionality of this class " + "you will need to implement it yourself.", ) self.fp = fp self.char = None