Skip to content

Commit 3bdbdbc

Browse files
committed
Sort imports
1 parent 191f70c commit 3bdbdbc

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

readthedocs/vcs_support/base.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
1-
# -*- coding: utf-8 -*-
2-
31
"""Base classes for VCS backends."""
42
import logging
53
import os
64
import shutil
5+
76
from readthedocs.doc_builder.exceptions import BuildEnvironmentWarning
87
from readthedocs.projects.exceptions import RepositoryError
98

0 commit comments

Comments
 (0)