Skip to content

Commit cba1dd7

Browse files
cmc333333fmoor
authored andcommitted
Resolving linting issues in the settings module. (readthedocs#2871)
1 parent 79e008b commit cba1dd7

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

prospector-more.yml

-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ ignore-paths:
1919
- restapi/
2020
- rtd_tests/
2121
- search/
22-
- settings/
2322

2423
pylint:
2524
options:

readthedocs/settings/dev.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1+
"""Local development settings, including local_settings, if present."""
12
import os
23

3-
from readthedocs.core.settings import Settings
44
from .base import CommunityBaseSettings
55

66

0 commit comments

Comments
 (0)