fix: minor fixes to get pycharm not to complain too much (#972)

This commit is contained in:
Matthieu Darbois
2021-12-27 09:26:33 +01:00
committed by GitHub
parent 4ed927c4a2
commit 21df1e576d
5 changed files with 16 additions and 16 deletions
+1 -1
View File
@@ -51,7 +51,7 @@ def setup_py_python_requires(content: str) -> Optional[str]:
def get_requires_python_str(package_dir: Path) -> Optional[str]:
"Return the python requires string from the most canonical source available, or None"
"""Return the python requires string from the most canonical source available, or None"""
# Read in from pyproject.toml:project.requires-python
try: