Skip to content

Commit

Permalink
Use typing_extensions.Self to support older pythons in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
sterliakov committed Sep 20, 2024
1 parent 073aaea commit 9aafed9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/typecheck/managers/querysets/test_as_manager.yml
Original file line number Diff line number Diff line change
Expand Up @@ -446,7 +446,7 @@
content: |
from __future__ import annotations
from typing import Self
from typing_extensions import Self
from django.contrib.auth import get_user_model
from django.db import models
Expand Down

0 comments on commit 9aafed9

Please sign in to comment.