Fix IDE warnings.

This commit is contained in:
Sergey Vartanov 2020-09-27 21:39:22 +03:00
parent 36ada6872c
commit 322d6b53ed
2 changed files with 5 additions and 3 deletions

View file

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