From 9667c2859778913a104f5c2a8bbdcf47df5c4112 Mon Sep 17 00:00:00 2001 From: sudosnok Date: Sat, 2 Apr 2022 18:50:52 +0100 Subject: [PATCH] Adjusted the __all__ to include Issues --- Github/objects/repo.py | 1 + 1 file changed, 1 insertion(+) 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):