Skip to content

Commit

Permalink
docs: fix some docstring and isort import
Browse files Browse the repository at this point in the history
  • Loading branch information
mdsanima committed Feb 24, 2022
1 parent 28cae88 commit d10247d
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,14 @@
# Copyritht © 2022 Marcin Różewski MDSANIMA


"""
Setup ``mdsanima-dev`` Package.
"""
"""Setuptools ``mdsanima-dev`` dynamic package."""


import sys
import json
import setuptools
import pathlib
import sys

import setuptools


# path variable
Expand Down

0 comments on commit d10247d

Please sign in to comment.