Skip to content

Commit

Permalink
Reorganize imports
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrugman committed Apr 29, 2020
1 parent 26948a1 commit e8af6ad
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/conf.py
Expand Up @@ -14,10 +14,9 @@

from pathlib import Path
import sys
import re
sys.path.insert(0, Path('..').resolve())

from pathlib import Path
import re

here = Path(__file__).resolve().parent
__version__ = re.search(
Expand Down

0 comments on commit e8af6ad

Please sign in to comment.