Skip to content

Commit 7d9a1ab

Browse files
committed
Sort __all__ in templatetags
1 parent c38bc58 commit 7d9a1ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
from .deletedmessage_filters import footer_datetime, hex_colour
22

3-
__all__ = ["hex_colour", "footer_datetime"]
3+
__all__ = ["footer_datetime", "hex_colour"]

0 commit comments

Comments
 (0)