Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
saxix committed Nov 1, 2024
1 parent afbf402 commit 068a432
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
# filters: .github/file-filters.yml
test:
# needs: [ changes ]
last_commit# if: needs.changes.outputs.run_tests == 'true'
# if: needs.changes.outputs.run_tests == 'true'
runs-on: ubuntu-latest
outputs:
image: ${{ env.IMAGE }}
Expand Down
1 change: 0 additions & 1 deletion src/aurora/config/fragments/smart_admin.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

SMART_ADMIN_SECTIONS = {
"Registration": ["registration", "dbtemplates", "flatpages"],
"Security": ["social_auth", "security"],
Expand Down
1 change: 1 addition & 0 deletions src/aurora/core/fields/widgets/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
from .datetime import SmartDateWidget
from .editor import JavascriptEditor
from .image import ImageWidget

# from .multi_checkbox import MultiCheckboxWidget
from .number import NumberWidget
from .radio import RadioWidget, YesNoRadioWidget
Expand Down

0 comments on commit 068a432

Please sign in to comment.