Skip to content

Commit

Permalink
Fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
fsbraun committed May 3, 2024
1 parent c981828 commit 58d2af1
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 @@ -14,4 +14,4 @@ jobs:
- run: python -Im pip install --user ruff

- name: Run ruff
run: ruff --output-format=github djangocms_versioning tests
run: ruff check --output-format=github djangocms_versioning tests
1 change: 0 additions & 1 deletion tests/test_handlers.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@

from djangocms_versioning.models import Version
from djangocms_versioning.test_utils import factories
from djangocms_versioning.test_utils.factories import PageUrlFactory


class HandlersTestCase(CMSTestCase):
Expand Down

0 comments on commit 58d2af1

Please sign in to comment.