Skip to content

Commit 3d62248

Browse files
committed
removed unused import
1 parent f3f86dc commit 3d62248

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

readthedocs/core/views/serve.py

-4
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,7 @@
3838
from django.views.decorators.cache import cache_page
3939
from django.views.static import serve
4040

41-
<<<<<<< HEAD
4241
from readthedocs.builds.constants import LATEST, STABLE
43-
=======
44-
from readthedocs.builds.constants import INTERNAL
45-
>>>>>>> Manager names moved to Constants
4642
from readthedocs.builds.models import Version
4743
from readthedocs.core.permissions import AdminPermission
4844
from readthedocs.core.resolver import resolve, resolve_path

0 commit comments

Comments
 (0)