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 Sep 16, 2021
1 parent e5a9146 commit 70af2e7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/test_self.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,11 +122,11 @@ def _display(self, layout: EvaluationSection) -> None:
pass

@property
def out(self) -> Union[TextIO, IOBase]: # type: ignore # This is deemed unsafe see https://github.com/python/mypy/issues/8185
def out(self) -> Union[TextIO, IOBase]: # type: ignore # This is deemed unsafe see https://github.com/python/mypy/issues/8185
return self._reporters[0].out

@property # type: ignore # This is deemed unsafe see https://github.com/python/mypy/issues/8185
def linter(self) -> "PyLinter": # type: ignore # This is deemed unsafe see https://github.com/python/mypy/issues/8185
@property # type: ignore # This is deemed unsafe see https://github.com/python/mypy/issues/8185
def linter(self) -> "PyLinter": # type: ignore # This is deemed unsafe see https://github.com/python/mypy/issues/8185
return self._linter

@linter.setter
Expand Down

0 comments on commit 70af2e7

Please sign in to comment.