Skip to content

Commit 262d9e1

Browse files
committed
clean movielens warnings
1 parent 74c24cd commit 262d9e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lenskit/datasets/movielens.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ def movies(self):
9292
5 Father of the Bride Part II (1995) Comedy
9393
...
9494
[9125 rows x 2 columns]
95-
"""
95+
""" # noqa: E501
9696

9797
fn = self.path / "movies.csv"
9898
movies = pd.read_csv(
@@ -377,7 +377,7 @@ def movies(self):
377377
5 Father of the Bride Part II (1995) Comedy
378378
...
379379
[10681 rows x 2 columns]
380-
"""
380+
""" # noqa: E501
381381
fn = self.path / "movies.dat"
382382
movies = pd.read_csv(
383383
fn,

0 commit comments

Comments
 (0)