Skip to content

Commit 6b936a7

Browse files
committed
Fix linting issues
1 parent 5661e74 commit 6b936a7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

readthedocs/core/management/commands/clean_tags.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""
2-
Cleanup project tags
2+
Cleanup project tags.
33
44
This specifically aims to cleanup:
55

readthedocs/core/tag_utils.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
"""Customizations to Django Taggit"""
1+
"""Customizations to Django Taggit."""
22
from django.utils.text import slugify
33
from taggit.utils import _parse_tags
44

55

66
def rtd_parse_tags(tag_string):
77
"""
8-
Parses a string into its tags
8+
Parses a string into its tags.
99
1010
- Lowercases all tags
1111
- Slugifies tags

0 commit comments

Comments
 (0)