Skip to content

Commit

Permalink
Remove lint
Browse files Browse the repository at this point in the history
  • Loading branch information
mdpiper committed Nov 12, 2024
1 parent 9c287e0 commit 6762a83
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,19 @@

# -- Path setup --------------------------------------------------------------

# import sys
# sys.path.insert(0, os.path.abspath('.'))
import datetime
# 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
# documentation root, use os.path.abspath to make it absolute, like shown here.
#
import os
# import sys
# sys.path.insert(0, os.path.abspath('.'))
import datetime
import packaging
import pathlib
import re

import packaging


def get_version_from_file(path):
with open(path) as fp:
Expand Down

0 comments on commit 6762a83

Please sign in to comment.