From 5e4b095ba9abcdc432118ee74cbde65168ec7517 Mon Sep 17 00:00:00 2001 From: rdoerschel Date: Thu, 12 Oct 2023 16:01:40 +0200 Subject: [PATCH] Fix isort findings Closes #24 --- .github/workflows/code-style.yaml | 2 +- setup.py | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/code-style.yaml b/.github/workflows/code-style.yaml index 9f846aa..37987b8 100644 --- a/.github/workflows/code-style.yaml +++ b/.github/workflows/code-style.yaml @@ -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 diff --git a/setup.py b/setup.py index 6068493..b024da8 100644 --- a/setup.py +++ b/setup.py @@ -1,3 +1,4 @@ from setuptools import setup + setup()