Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonxslays committed Feb 4, 2024
1 parent c06c2c6 commit bd07554
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion unkey/undefined.py
Original file line number Diff line number Diff line change
Expand Up @@ -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."""

Expand Down

0 comments on commit bd07554

Please sign in to comment.