Skip to content

Bug Report:cannot import name 'Buffer' from 'typing_extensions' (/usr/local/lib/python3.10/dist-packages/typing_extensions.py) #186

Bug Report:cannot import name 'Buffer' from 'typing_extensions' (/usr/local/lib/python3.10/dist-packages/typing_extensions.py)

Bug Report:cannot import name 'Buffer' from 'typing_extensions' (/usr/local/lib/python3.10/dist-packages/typing_extensions.py) #186

Workflow file for this run

name: Label issues
on:
issues:
types:
- reopened
- opened
jobs:
label_issues:
runs-on: ubuntu-22.04
permissions:
issues: write
steps:
- name: Label issues
uses: andymckay/labeler@master
with:
add-labels: "needs-triage"
repo-token: ${{ secrets.ACCESS_TOKEN }}
ignore-if-labeled: true