diff options
Diffstat (limited to 'becommands/set.py')
-rw-r--r-- | becommands/set.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/becommands/set.py b/becommands/set.py index 18a6024..6f40b5f 100644 --- a/becommands/set.py +++ b/becommands/set.py @@ -72,4 +72,3 @@ To unset a setting, set it to "none". def help(): return get_parser().help_str() + longhelp - |