typing: minimal changes to make a no-op mypy run pass
This commit is contained in:
parent
78105940ff
commit
974f80f966
18 changed files with 135 additions and 47 deletions
|
@ -42,7 +42,7 @@ def compute_package_url(repo: Mapping[str, str]) -> str:
|
|||
|
||||
"""
|
||||
return 'https://cran.r-project.org/src/contrib' \
|
||||
'/%(Package)s_%(Version)s.tar.gz' % repo
|
||||
'/%(Package)s_%(Version)s.tar.gz'.format(repo)
|
||||
|
||||
|
||||
class CRANLister(SimpleLister):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue