diff --git a/setup.cfg b/setup.cfg index 80c15b9..9a00f2b 100644 --- a/setup.cfg +++ b/setup.cfg @@ -29,4 +29,4 @@ py_modules = nest_asyncio python_requires = >=3.5 [flake8] -ignore = D205,D400,W503 +ignore = D205,D400,W503 \ No newline at end of file