mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-11-13 13:16:52 +03:00
split long line
This commit is contained in:
parent
99b153c9ca
commit
0f27ddafb7
|
@ -170,7 +170,8 @@ class PSFile:
|
||||||
deprecate(
|
deprecate(
|
||||||
"PSFile",
|
"PSFile",
|
||||||
11,
|
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.fp = fp
|
||||||
self.char = None
|
self.char = None
|
||||||
|
|
Loading…
Reference in New Issue
Block a user