Skip to content
This repository has been archived by the owner on Jun 26, 2021. It is now read-only.

Commit

Permalink
PEP-8 Auto-Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Travis AutoPEP8 Fixes committed Jul 26, 2019
1 parent 9491fad commit b5ad5b4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,14 @@
# add these directories to sys.path here. If the directory is relative to the
# documentation root, use os.path.abspath to make it absolute, like shown here.
#
from delira._version import get_versions
import os
import sys
import re

# source code directory, relative to this file, for sphinx-build
sys.path.insert(0, os.path.join(os.path.dirname(__file__), os.path.pardir))

from delira._version import get_versions


# -- Project information -----------------------------------------------------

Expand Down

0 comments on commit b5ad5b4

Please sign in to comment.