mirror of
https://github.com/enzet/map-machine.git
synced 2025-05-30 17:36:27 +02:00
Fix IDE warnings.
This commit is contained in:
parent
36ada6872c
commit
322d6b53ed
2 changed files with 5 additions and 3 deletions
|
@ -69,6 +69,7 @@ class Scheme:
|
|||
"""
|
||||
Return color if the color is in scheme, otherwise return default color.
|
||||
|
||||
:param color: input color string representation
|
||||
:return: 6-digit color specification with "#"
|
||||
"""
|
||||
if color in self.colors:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue