Skip to content

Commit 79e54ff

Browse files
committed
Remove decorator
1 parent 568c460 commit 79e54ff

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

filesender/log.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ def convert(self, value: Union[int, str], param: Union[Parameter, None], ctx: Un
4141

4242
return LogLevel[value].value
4343

44-
@add_ctx_arg
4544
def get_metavar(self, param: Parameter, ctx: Union[Context, None]) -> Union[str, None]:
4645
# Print out the choices
4746
return "|".join(LogLevel._member_map_)

0 commit comments

Comments
 (0)