Skip to content

Commit f1a8db6

Browse files
cmc333333agjohnson
authored andcommitted
Resolving linting issues in the settings module. (#2871)
1 parent 0726e15 commit f1a8db6

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)