diff --git a/src/run_tribler.py b/src/run_tribler.py index a16c5ebe5a0..c637b4bd82d 100644 --- a/src/run_tribler.py +++ b/src/run_tribler.py @@ -21,7 +21,6 @@ # pylint: disable=import-outside-toplevel, ungrouped-imports - class RunTriblerArgsParser(argparse.ArgumentParser): def __init__(self, *args, **kwargs): kwargs['description'] = 'Run Tribler BitTorrent client'