diff --git a/Github/objects/repo.py b/Github/objects/repo.py index 6dc21f4..eede56a 100644 --- a/Github/objects/repo.py +++ b/Github/objects/repo.py @@ -8,6 +8,7 @@ from .. import http __all__ = ( 'Repository', + 'Issue' ) class Repository(APIOBJECT):