Skip to content

Commit

Permalink
Add new_f
Browse files Browse the repository at this point in the history
  • Loading branch information
drew2a committed Jul 20, 2023
1 parent bb8a6fd commit 8be9046
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/run_tribler.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@

from tribler.core.sentry_reporter.sentry_reporter import SentryReporter, SentryStrategy
from tribler.core.sentry_reporter.sentry_scrubber import SentryScrubber
from tribler.core.utilities.slow_coro_detection.main_thread_stack_tracking import start_main_thread_stack_tracing
from tribler.core.utilities.osutils import get_root_state_directory
from tribler.core.utilities.slow_coro_detection.main_thread_stack_tracking import start_main_thread_stack_tracing
from tribler.core.utilities.utilities import is_frozen
from tribler.core.version import version_id

Expand All @@ -21,6 +21,9 @@

# pylint: disable=import-outside-toplevel, ungrouped-imports

def new_f():
...


class RunTriblerArgsParser(argparse.ArgumentParser):
def __init__(self, *args, **kwargs):
Expand Down

0 comments on commit 8be9046

Please sign in to comment.