diff options
Diffstat (limited to 'becommands/close.py')
-rw-r--r-- | becommands/close.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/becommands/close.py b/becommands/close.py index 3c1eb43..3ced7eb 100644 --- a/becommands/close.py +++ b/becommands/close.py @@ -45,4 +45,3 @@ Close the bug identified by bug-id. def help(): return get_parser().help_str() + longhelp - |