mirror of
https://github.com/davidhalter/django-stubs.git
synced 2026-09-18 17:53:16 +08:00
move to custom pytest plugin test runner, fix tests, add Any fallback to ForeignKey
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import typing
|
||||
from typing import Dict, Optional, NamedTuple, Any
|
||||
from typing import Dict, Optional, NamedTuple
|
||||
|
||||
from mypy.nodes import SymbolTableNode, Var, Expression
|
||||
from mypy.plugin import FunctionContext
|
||||
|
||||
Reference in New Issue
Block a user