Fix formatting issue in app_commands

This commit is contained in:
Rapptz 2022-08-10 22:39:53 -04:00
parent 11278d55e8
commit a36d6daec7

View File

@ -501,7 +501,7 @@ class Parameter:
self.__command: Command[Any, ..., Any] = command
@property
def command(self) -> Command[Any, ... , Any]:
def command(self) -> Command[Any, ..., Any]:
return self.__command
@property