Skip to content

Fixed device info for breaking change in 2023.09 #70

Fixed device info for breaking change in 2023.09

Fixed device info for breaking change in 2023.09 #70

Workflow file for this run

name: Linters (flake8, black, isort)
on:
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- uses: pre-commit/action@v2.0.0