Run isort

This commit is contained in:
Simon Conseil
2020-05-08 23:21:08 -04:00
parent a80b4d2e94
commit b46cb10aeb
9 changed files with 20 additions and 18 deletions

View File

@@ -37,6 +37,7 @@ import os
import re
from git import Repo
from github import Github
this_repo = Repo(os.path.join(os.path.dirname(__file__), ".."))

View File

@@ -1,9 +1,8 @@
import os
import sys
from pkg_resources import get_distribution
import alabaster
from pkg_resources import get_distribution
# If extensions (or modules to document with autodoc) are in another directory,
# add these directories to sys.path here. If the directory is relative to the