revert meta: Options annotation (#99)

This commit is contained in:
Maxim Kurnikov
2019-07-01 22:33:00 +03:00
committed by GitHub
parent 25165de80f
commit 90cab6c5bf
3 changed files with 3 additions and 7 deletions

View File

@@ -10,7 +10,6 @@ def SET_DEFAULT(collector, field, sub_objs, using): ...
def DO_NOTHING(collector, field, sub_objs, using): ...
def PROTECT(collector, field, sub_objs, using): ...
def SET(value: Any) -> Callable: ...
def get_candidate_relations_to_delete(opts: Options) -> Iterable[Field]: ...
class ProtectedError(IntegrityError): ...