Skip to content

sscan now takes cursor as an argument, and returns a tuple of `curs… #293

sscan now takes cursor as an argument, and returns a tuple of `curs…

sscan now takes cursor as an argument, and returns a tuple of `curs… #293

Workflow file for this run

name: black
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: psf/black@stable
with:
options: "--check --verbose"