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 3942cdf commit 11ec2e0Copy full SHA for 11ec2e0
lib/git/tree.py
@@ -89,7 +89,7 @@ def __getitem__(self, key):
89
def __iter__(self):
90
return iter(self._contents)
91
92
- def __len__(self, keys):
+ def __len__(self):
93
return len(self._contents)
94
95
def __contains__(self, key):
0 commit comments