Skip to content

Fix black formatting lint failures#13

Merged
erseco merged 2 commits intomainfrom
copilot/fix-black-formatting-errors
Mar 16, 2026
Merged

Fix black formatting lint failures#13
erseco merged 2 commits intomainfrom
copilot/fix-black-formatting-errors

Conversation

Copy link
Contributor

Copilot AI commented Mar 16, 2026

black --check . fails on 6 files missing a blank line between module docstring and first import (PEP 257).

  • Add blank line after module docstring in example_script_with_progressbar.py, course.py, folder.py, module.py, upload.py, url.py
 """Module docstring."""
+
 import os

💬 Send tasks to Copilot coding agent from Slack and Teams to turn conversations into code. Copilot posts an update in your thread when it's finished.

Co-authored-by: erseco <1876752+erseco@users.noreply.github.com>
Copilot AI changed the title [WIP] Fix Black formatting issues in project files Fix black formatting lint failures Mar 16, 2026
Copilot AI requested a review from erseco March 16, 2026 08:56
@erseco erseco marked this pull request as ready for review March 16, 2026 09:01
@erseco erseco merged commit 71c336f into main Mar 16, 2026
5 checks passed
@erseco erseco deleted the copilot/fix-black-formatting-errors branch March 16, 2026 09:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants