split long line

This commit is contained in:
Yay295 2023-02-07 13:56:38 -06:00
parent 99b153c9ca
commit 0f27ddafb7

View File

@ -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