Skip to content

updating docstring for memmodel.cluster.py #260

updating docstring for memmodel.cluster.py

updating docstring for memmodel.cluster.py #260

Workflow file for this run

name: Black
on:
pull_request:
branches:
- master
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: psf/black@stable
with:
options: "--check --diff --verbose"
src: "./verticapy"
version: "~=23.0"