Skip to content

Commit

Permalink
black
Browse files Browse the repository at this point in the history
  • Loading branch information
adamchainz committed Aug 26, 2022
1 parent e4203e0 commit c7f0f1e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions django-stubs/test/runner.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,7 @@ class DebugSQLTextTestResult(TextTestResult):
def addError(self, test: Any, err: Any) -> None: ...
def addFailure(self, test: Any, err: Any) -> None: ...

class PDBDebugResult(TextTestResult):
...
class PDBDebugResult(TextTestResult): ...

class RemoteTestResult:
events: List[Any] = ...
Expand Down Expand Up @@ -82,7 +81,6 @@ class ParallelTestSuite(TestSuite):
def __init__(self, suite: Any, processes: Any, failfast: bool = ...) -> None: ...
def run(self, result: Any): ... # type: ignore[override]


class DiscoverRunner:
test_suite: Type[TestSuite] = ...
parallel_test_suite: Type[ParallelTestSuite] = ...
Expand Down

0 comments on commit c7f0f1e

Please sign in to comment.