Skip to content

tests: remove imports that were deprecated in Python 3.9 #9384

tests: remove imports that were deprecated in Python 3.9

tests: remove imports that were deprecated in Python 3.9 #9384

Workflow file for this run

name: Black
on: pull_request
jobs:
Linter:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run checks
run: |
pipx install $(grep "^black" ./cvat-cli/requirements/development.txt)
echo "Black version: $(black --version)"
black --check --diff .