review corrections

This commit is contained in:
Gautier Pugnonblanc Yann 2020-02-20 09:13:49 +01:00
parent 60adc424be
commit e5fea84c55
6 changed files with 28 additions and 26 deletions

View file

@ -76,7 +76,7 @@ class GitLabLister(PageByPageHttpLister):
"""Determine pages information.
"""
response = self.transport_head(identifier=1)
response = self.transport_head(identifier=1) # type: ignore
if not response.ok:
raise ValueError(
'Problem during information fetch: %s' % response.status_code)