Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
cakeinsauce committed May 17, 2024
1 parent b5f426f commit 963a7d2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
poetry install --only dev
- name: Run Isort
run: |
poetry run isort --config $LINT_CONFIG --check-only /
poetry run isort --config $LINT_CONFIG --diff --check-only /
- name: Run Black
run: |
poetry run black --config $LINT_CONFIG --diff --check /
1 change: 0 additions & 1 deletion annotation/annotation/categories/resources.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
add_category_db,
delete_category_db,
fetch_category_db,

filter_category_db,
insert_category_tree,
recursive_subcategory_search,
Expand Down

0 comments on commit 963a7d2

Please sign in to comment.