Skip to content

Commit

Permalink
Corrige imports quebrados
Browse files Browse the repository at this point in the history
  • Loading branch information
pitangainnovare committed Jun 26, 2024
1 parent 7d0c401 commit dfc76ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion metrics/tests/test_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from django.test import TestCase

from core.models import User
from .models import Top100Articles
from metrics.models import Top100Articles


class Top100ArticlesModelTestCase(TestCase):
Expand Down
4 changes: 1 addition & 3 deletions metrics/wagtail_hooks.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@

from config.menu import get_menu_order

from .models import (
Top100Articles,
)
from metrics.models import Top100Articles


class Top100Articles(SnippetViewSet):
Expand Down

0 comments on commit dfc76ae

Please sign in to comment.