mirror of
https://github.com/astral-sh/ruff
synced 2026-01-11 00:24:13 -05:00
Fix type subscript on older python versions (#15090)
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
from __future__ import annotations
|
||||
|
||||
import os
|
||||
import sys
|
||||
import sysconfig
|
||||
|
||||
Reference in New Issue
Block a user