Skip to content

fix(model): add textblob #212

fix(model): add textblob

fix(model): add textblob #212

Workflow file for this run

name: Python Lint
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: psf/black@stable
with:
options: "--check --verbose"
src: "."
version: "22.3.0"