Skip to content

Commit

Permalink
make linting happy
Browse files Browse the repository at this point in the history
  • Loading branch information
C0D3D3V committed Nov 5, 2024
1 parent ab284ee commit 424350a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion moodle_dl/moodle/mods/lesson.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ async def load_attempt_page(self, attempt_page: Dict) -> List[Dict]:

page_content = page_result.get('pagecontent', '')
if page_content is None:
page_content= ''
page_content = ''
page_files.append(
{
'_is_page_content': True,
Expand Down

0 comments on commit 424350a

Please sign in to comment.