GitHub Access Token became invalid

It seems like the GitHub access token used for retrieving details about this repository from GitHub became invalid. This might prevent certain types of inspections from being run (in particular, everything related to pull requests).
Please ask an admin of your repository to re-new the access token on this website.

Issues (125)

tests/utils.py (2 issues)

Severity
1
from asyncio import coroutine
0 ignored issues
show
Unused coroutine imported from asyncio
Loading history...
2
from unittest.mock import Mock
0 ignored issues
show
Unused Mock imported from unittest.mock
Loading history...
3
4
5