Minor linting improvements

I have now disabled W1203 globally, see comment in
pyproject.toml
This commit is contained in:
Richard Bowman 2021-04-27 11:17:11 +01:00
parent 90f5a755b1
commit a2ba95c1d3
4 changed files with 11 additions and 7 deletions

View file

@ -6,10 +6,11 @@ https://packaging.python.org/guides/distributing-packages-using-setuptools/
"""
# the following imports, from the guide above, prefer `setuptools` to `distutils`
from setuptools import setup, find_packages
from os import path
# the following imports, from the guide above, prefer `setuptools` to `distutils`
from setuptools import find_packages, setup
here = path.abspath(path.dirname(__file__))
# Get the long description from the README file