-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Sweep Rules] Fix inconsistent coding style and formatting in subprocessor.py #48
Conversation
Rollback Files For Sweep
|
Sandbox Executions |
The command: #1 [internal] load .dockerignore #2 [internal] load build definition from Dockerfile #3 [internal] load metadata for docker.io/library/python:3.10-slim #4 [auth] library/python:pull token for registry-1.docker.io #3 [internal] load metadata for docker.io/library/python:3.10-slim #5 [internal] load build context #6 [base 1/1] FROM docker.io/library/python:3.10-slim@sha256:3c9182c6498d7de6044be04fb1785ba3a04f953d515d45e5007e8be1c15fdd34 #5 [internal] load build context #7 [python-deps 3/7] WORKDIR /app #8 [python-deps 1/7] COPY Pipfile Pipfile.lock /app/ #9 [python-deps 2/7] COPY . /app #10 [python-deps 4/7] COPY pulling_ace /app/pulling_ace
|
The command:
|
🚀 Wrote ChangesDone. |
🚀 Wrote ChangesI wasn't able to make changes. This could be due to an unclear request or a bug in my code. |
PR Feedback (click)
I created this PR to address this rule:
"Code should follow a consistent coding style and formatting."
Description
This PR fixes the inconsistent coding style and formatting in the
subprocessor.py
file. The following changes were made:leakreplay
function and its wrapper functionleakreplay_wrapper
properly with four spaces, aligning them with the other functions in the file.toxicity_wrapper
function and theleakreplay_wrapper
function to maintain consistency with the existing code.Summary of Changes
leakreplay
function and its wrapper functionleakreplay_wrapper
properly with four spaces.toxicity_wrapper
function and theleakreplay_wrapper
function.