Skip to content

Commit

Permalink
import order setup.py (pylint)
Browse files Browse the repository at this point in the history
  • Loading branch information
milcent committed Dec 19, 2020
1 parent ffed5d9 commit acedd69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
''' Setup Pyt for benford's module'''
from os import path
from setuptools import setup

from os import path
this_directory = path.abspath(path.dirname(__file__))
with open(path.join(this_directory, 'README-pypi.md'), encoding='utf-8') as f:
long_description = f.read()
Expand Down

0 comments on commit acedd69

Please sign in to comment.