Skip to content

Commit

Permalink
Fix: Lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
fsbraun authored Sep 20, 2024
1 parent 9004d0e commit 2aa9872
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion djangocms_versioning/cms_toolbars.py
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ def __init__(self, *args, **kwargs):
super().__init__(*args, **kwargs)

def get_page_content(self, language: Optional[str] = None) -> PageContent:
# This method overwrites the method in django CMS core. Not necessary
# This method overwrites the method in django CMS core. Not necessary
# for django CMS 4.2+
if not language:
language = self.current_lang
Expand Down

0 comments on commit 2aa9872

Please sign in to comment.