mirror of
https://github.com/enzet/map-machine.git
synced 2025-07-14 15:18:03 +02:00
Fix Pylint warnings.
This commit is contained in:
parent
11596c4cd8
commit
868a417afc
19 changed files with 137 additions and 148 deletions
2
setup.py
2
setup.py
|
@ -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(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue