fix linter

This commit is contained in:
James Turk 2024-04-26 16:36:23 -05:00
parent 260db27441
commit 900b65ae01

View File

@ -16,7 +16,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: 3.10
python-version: "3.10"
- name: Install Poetry
run: |