Skip to content

Commit baa5a54

Browse files
committed
Fix linting errors for pandas gradebook
1 parent 66c2f3f commit baa5a54

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pandas-gradebook-project/data/generate_data.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,8 @@ def __post_init__(self):
7676
self.full_name += f" {self.middle_name}"
7777

7878

79-
# These 4 students are used as examples in the tutorial, so they're manually generated.
79+
# These 4 students are used as examples in the tutorial, so they're
80+
# manually generated.
8081
students = [
8182
Student(
8283
"Woody",

0 commit comments

Comments
 (0)