Skip to content

Commit

Permalink
✨ improve comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Joshix-1 committed Jun 22, 2024
1 parent 0017bfb commit 6531b1b
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions an_website/backdoor_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -433,10 +433,9 @@ async def run_shell_50821273052022fbc283():

def main() -> int | str: # noqa: C901
"""Parse arguments, load the config and start the backdoor client."""
# pylint: disable=too-complex, too-many-branches
# pylint: disable=too-many-locals, too-many-statements
# pylint: disable=import-outside-toplevel, import-error, useless-suppression
from pyrepl.python_reader import ( # type: ignore[import, unused-ignore] # isort: skip # noqa: B950
# pylint: disable=import-outside-toplevel, too-complex
# pylint: disable=too-many-branches, too-many-locals, too-many-statements
from pyrepl.python_reader import ( # type: ignore[import-untyped] # isort: skip
ReaderConsole,
main as _main,
)
Expand Down

0 comments on commit 6531b1b

Please sign in to comment.