From 8c8f36cc3f83b58448e62a052866dd69465ae98f Mon Sep 17 00:00:00 2001 From: alckasoc Date: Wed, 8 Jan 2025 13:23:44 -0800 Subject: [PATCH] . --- .github/workflows/lint.yml | 1 - setup.py | 3 +-- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index e2540ba..86a5207 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -40,4 +40,3 @@ jobs: - name: Run Linter run: | black --check gui_agents tests - isort --check-only gui_agents tests \ No newline at end of file diff --git a/setup.py b/setup.py index 46d1f9f..fc6145b 100644 --- a/setup.py +++ b/setup.py @@ -38,8 +38,7 @@ setup( ], extras_require={ 'dev': [ - 'black', # Code formatter for linting - 'isort' + 'black' # Code formatter for linting ] }, entry_points={