We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5d2cf6 commit 90a199fCopy full SHA for 90a199f
aiogithubapi/__init__.py
@@ -39,7 +39,7 @@
39
from .models.contents import GitHubContentsModel
40
from .models.device_login import GitHubLoginDeviceModel
41
from .models.events import GitHubEventModel
42
-from .models.git_tree import GitHubGitTreeModel
+from .models.git_tree import GitHubGitTreeEntryModel, GitHubGitTreeModel
43
from .models.issue import GitHubIssueModel
44
from .models.issue_comment import GitHubIssueCommentModel
45
from .models.label import GitHubLabelModel
0 commit comments