Clean up imports and terminal newlines in files according to pylint
This commit is contained in:
parent
372cd5f295
commit
d0a2e2c2ef
4 changed files with 15 additions and 9 deletions
|
|
@ -124,4 +124,4 @@ class Rect:
|
|||
yield tuple(self.size)
|
||||
|
||||
def __str__(self):
|
||||
return f'[{self.origin}, {self.size}]'
|
||||
return f'[{self.origin}, {self.size}]'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue