10000 fix linting issue · django-cms/django-cms@79f7ff2 · GitHub
[go: up one dir, main page]

Skip to content

Commit 79f7ff2

Browse files
committed
fix linting issue
1 parent 1304ae9 commit 79f7ff2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cms/extensions/toolbar.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ def get_page_content_extension_admin(self, page_content_obj=None):
105105
Return a tuple of the page content extension and the url; the extension is None
106106
if no instance exists, the url is None is no admin is registered for the extension.
107107
"""
108-
page = self._get_page()
108+
self._get_page()
109109
page_content = page_content_obj or self.page_content
110110
try:
111111
pagecontent_extension = self.model.objects.get(extended_object_id=page_content.pk)

0 commit comments

Comments
 (0)
0