fix: ensure newline termination (#37)

This commit is contained in:
Slipstream 2025-06-10 18:24:29 -06:00 committed by GitHub
parent fd31a3162b
commit f91c6917b8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View File

@ -58,4 +58,4 @@ class HybridCommand(SlashCommand, PrefixCommand): # Inherit from both
# The correct one will be called depending on how the command is dispatched.
# The AppCommandHandler will use AppCommand.invoke (via SlashCommand).
# The prefix CommandHandler will use PrefixCommand.invoke.
# This seems acceptable.
# This seems acceptable.

View File

@ -1 +1 @@
-e .[test,dev]
-e .[test,dev]

View File

@ -1,2 +1,2 @@
[options]
packages = find:
packages = find: