Skip to content

Commit 9380512

Browse files
authored
Update repository.py
1 parent b990e4c commit 9380512

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

github2pandas/repository.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ def __extract_repository_data(self, params: Params) -> dict:
220220
contributor = self.get_save_api_data(contributors,i)
221221
if not contributor._organizations_url == GithubObject.NotSet:
222222
companies.append(contributor.company)
223-
filtered_companies = list(filter(None.__ne__, companies))
223+
filtered_companies = list(filter(None.__ne__, companies))
224224

225225
read_me = self.save_api_call(self.repo.get_readme)
226226
if read_me is None or read_me._content == GithubObject.NotSet:

0 commit comments

Comments
 (0)