mirror of
https://github.com/astral-sh/ruff.git
synced 2025-07-07 21:25:08 +00:00
Fix type subscript on older python versions (#15090)
This commit is contained in:
parent
bd023c4500
commit
fd4bea52e5
1 changed files with 2 additions and 0 deletions
|
@ -1,3 +1,5 @@
|
|||
from __future__ import annotations
|
||||
|
||||
import os
|
||||
import sys
|
||||
import sysconfig
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue