mirror of
https://github.com/enzet/map-machine.git
synced 2025-07-27 13:29:12 +02:00
Fix Pylint warnings.
This commit is contained in:
parent
960a18633f
commit
e9933e9f2b
5 changed files with 26 additions and 30 deletions
|
@ -228,7 +228,7 @@ class Constructor:
|
|||
if not self.check_level(line.tags):
|
||||
return
|
||||
|
||||
center_point, center_coordinates = line_center(outers[0], self.flinger)
|
||||
center_point, _ = line_center(outers[0], self.flinger)
|
||||
if self.configuration.is_wireframe():
|
||||
color: Color
|
||||
if self.configuration.drawing_mode == DrawingMode.AUTHOR:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue