Skip to content

Commit

Permalink
Fix isort findings
Browse files Browse the repository at this point in the history
Closes #24
  • Loading branch information
RoTranDo committed Oct 12, 2023
1 parent f6ff31c commit 5e4b095
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/code-style.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
with:
python-version: "3.11"
- name: Check imports
uses: isort/isort-action@v1.0.0
uses: isort/isort-action@v1.1.0
- name: Check formatting
uses: psf/black@stable
- name: Setup flake8 annotations
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
from setuptools import setup


setup()

0 comments on commit 5e4b095

Please sign in to comment.