Skip to content

Commit

Permalink
Merge pull request #535 from GavinHuttley/develop
Browse files Browse the repository at this point in the history
STY: code style from black/isort
  • Loading branch information
GavinHuttley committed Feb 16, 2020
2 parents 7d6169e + 50fc6f1 commit 7bd5466
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions doc/conf.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
import os
import sys


sys.path.append("../src")

# Allow autosummary to generate stub files
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
#!/usr/bin/env python
import os
import pathlib
import re
import subprocess
import sys
import pathlib

from setuptools import Command, find_packages, setup
from setuptools.extension import Extension
Expand Down

0 comments on commit 7bd5466

Please sign in to comment.