Skip to content

Commit 1354604

Browse files
committed
Fixed a pyflakes nit.
- Legacy-Id: 18470
1 parent 0fa8800 commit 1354604

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ietf/doc/management/commands/find_github_backup_info.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ def handle(self, *args, **options):
5252
repo = path_parts[1]
5353
if (owner, repo) not in repos:
5454
try:
55-
_ = github.repository(owner,repo)
55+
github.repository(owner,repo)
5656
repos.add( (owner, repo) )
5757
except github3.exceptions.NotFoundError:
5858
continue

0 commit comments

Comments
 (0)