Fix Pylint warnings.

This commit is contained in:
Sergey Vartanov 2021-11-08 02:21:34 +03:00
parent 11596c4cd8
commit 868a417afc
19 changed files with 137 additions and 148 deletions

View file

@ -14,7 +14,7 @@ from map_machine import (
REQUIREMENTS,
)
with Path("README.md").open() as input_file:
with Path("README.md").open(encoding="utf-8") as input_file:
long_description: str = input_file.read()
setup(