Skip to content

Commit 5d6b276

Browse files
Fix merge conflict
1 parent 85d8643 commit 5d6b276

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

mypy_django_plugin/main.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -159,8 +159,8 @@ def get_function_hook(self, fullname: str) -> Callable[[FunctionContext], MypyTy
159159
if info.has_base(fullnames.PREFETCH_CLASS_FULLNAME):
160160
return partial(querysets.specialize_prefetch_type, django_context=self.django_context)
161161

162-
if info.has_base(fullnames.FUNC_EXPRESSION_FULLNAME):
163-
return querysets.reparameterize_func_output_field
162+
if info.has_base(fullnames.FUNC_EXPRESSION_FULLNAME):
163+
return querysets.reparameterize_func_output_field
164164

165165
return None
166166

0 commit comments

Comments
 (0)