Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Aug 1, 2023
1 parent 431efd0 commit 387a24d
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion server/autotest_server/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@


class _Config:

_replacement_pattern: ClassVar[Pattern] = re.compile(r".*?\${(\w+)}.*?")
_not_found_key: ClassVar[str] = ""

Expand Down
1 change: 0 additions & 1 deletion server/autotest_server/testers/java/java_tester.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ def run(self):


class JavaTester(Tester):

JUNIT_TESTER_JAR = os.path.join(os.path.dirname(__file__), "lib", "junit-platform-console-standalone.jar")
JUNIT_JUPITER_RESULT = "TEST-junit-jupiter.xml"
JUNIT_VINTAGE_RESULT = "TEST-junit-vintage.xml"
Expand Down
1 change: 0 additions & 1 deletion server/autotest_server/testers/py/lib/sql_helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,6 @@ def execute_psql_file(


class PSQLTest:

connection: ClassVar[Optional[ConnectionType]] = None

SCHEMA_COPY_STR = """
Expand Down
1 change: 0 additions & 1 deletion server/autotest_server/testers/pyta/pyta_tester.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ class PytaReporter(python_ta.reporters.json_reporter.JSONReporter, python_ta.rep


class PytaTest(Test):

ERROR_MSGS = {"reported": "{} error(s)"}

def __init__(
Expand Down
1 change: 0 additions & 1 deletion server/autotest_server/testers/racket/racket_tester.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ def run(self) -> str:


class RacketTester(Tester):

ERROR_MSGS = {"bad_json": "Unable to parse test results: {}"}

def __init__(self, specs, test_class: Type[RacketTest] = RacketTest) -> None:
Expand Down

0 comments on commit 387a24d

Please sign in to comment.