Skip to content

Commit

Permalink
Remove debug
Browse files Browse the repository at this point in the history
  • Loading branch information
sobolevn committed Aug 26, 2022
1 parent 586c42e commit 3322f5b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
2 changes: 0 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,9 @@ repos:
hooks:
- id: isort
name: isort (python)
args: ["--profile", "black"]
- id: isort
name: isort (pyi)
types: [pyi]
args: ["--profile", "black"]
- repo: https://github.com/psf/black
rev: 22.6.0
hooks:
Expand Down
5 changes: 0 additions & 5 deletions mypy_django_plugin/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,6 @@
from typing import Callable, Dict, List, Optional, Tuple, Type

from django.db.models.fields.related import RelatedField
from typing import TYPE_CHECKING
if TYPE_CHECKING:
x: RelatedField
reveal_type(x)
reveal_type(RelatedField)
from mypy.modulefinder import mypy_path
from mypy.nodes import MypyFile, TypeInfo
from mypy.options import Options
Expand Down

0 comments on commit 3322f5b

Please sign in to comment.