Skip to content

#19 Sync with sz-sdk-python #95

#19 Sync with sz-sdk-python

#19 Sync with sz-sdk-python #95

Workflow file for this run

name: isort
on: [push]
jobs:
isort:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: isort/isort-action@v1
with:
requirements-files: "requirements.txt"
sort-paths: "src/senzing_abstract examples tests"