Skip to content
Snippets Groups Projects
Commit 587b3264 authored by Awais Qureshi's avatar Awais Qureshi
Browse files

BOM-2315

Apply pylint-amnesty.
parent 0b5cadd1
No related branches found
Tags release-2020-03-03-18.46
No related merge requests found
......@@ -42,6 +42,7 @@ def parse_path_data(path_data):
return path
@python_2_unicode_compatible
class Bookmark(TimeStampedModel):
"""
Bookmarks model.
......@@ -192,6 +193,7 @@ class Bookmark(TimeStampedModel):
return path_data
@python_2_unicode_compatible
class XBlockCache(TimeStampedModel):
"""
XBlockCache model to store info about xblocks.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment