mirror of
https://github.com/enzet/map-machine.git
synced 2025-05-20 20:46:24 +02:00
Fix Pylint warnings.
This commit is contained in:
parent
d2b208ea51
commit
5746edaa3f
22 changed files with 94 additions and 197 deletions
|
@ -212,9 +212,7 @@ class Tile:
|
|||
|
||||
@dataclass
|
||||
class Tiles:
|
||||
"""
|
||||
Collection of tiles.
|
||||
"""
|
||||
"""Collection of tiles."""
|
||||
|
||||
tiles: list[Tile]
|
||||
tile_1: Tile # Left top tile.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue