Update colour.py

This commit is contained in:
Daishiky 2021-09-19 18:54:10 +02:00 committed by GitHub
parent d2aae4752a
commit f9e0e2b55a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5564,7 +5564,7 @@ class Colour:
return cls(0xFDDDE6)
@classmethod
def embed_background(theme: str = "dark", cls: Type[CT]) -> CT:
def embed_background(theme: str = "dark", cls):
"""A factory method that returns a :class:`Color` with a value of
``0x2F3136`` (dark)
``0xf2f3f5`` (light).