Skip to content
This repository was archived by the owner on Feb 19, 2025. It is now read-only.

Commit bd07554

Browse files
committed
Formatting
1 parent c06c2c6 commit bd07554

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

unkey/undefined.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,10 @@
2424

2525
__all__ = ("UndefinedNoneOr", "UndefinedOr", "UNDEFINED")
2626

27-
# This code was pulled almost line for line from https://github.com/hikari-py/hikari
27+
# This code is almost line for line from https://github.com/hikari-py/hikari
2828
# Thanks to the amazing developers on that project <3
2929

30+
3031
class Undefined:
3132
"""Represents an undefined value - without being None."""
3233

0 commit comments

Comments
 (0)