Skip to content

chore: remove redundant __import__ #17

chore: remove redundant __import__

chore: remove redundant __import__ #17

Workflow file for this run

name: Ruff
on: [ push, pull_request ]
jobs:
ruff:
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Ruff
uses: chartboost/ruff-action@v1
with:
args: check .