diff --git a/unkey/undefined.py b/unkey/undefined.py index 93069b2..b1b484c 100644 --- a/unkey/undefined.py +++ b/unkey/undefined.py @@ -24,9 +24,10 @@ __all__ = ("UndefinedNoneOr", "UndefinedOr", "UNDEFINED") -# This code was pulled almost line for line from https://github.com/hikari-py/hikari +# This code is almost line for line from https://github.com/hikari-py/hikari # Thanks to the amazing developers on that project <3 + class Undefined: """Represents an undefined value - without being None."""