Skip to content

Commit 96227ff

Browse files
committed
Fix linting
1 parent d9696aa commit 96227ff

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/unit/admin/views/test_projects.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -567,7 +567,8 @@ def test_delete_role(self, db_request):
567567

568568
assert db_request.session.flash.calls == [
569569
pretend.call(
570-
f"Removed '{role.user.username}' as '{role.role_name}' on '{project.name}'",
570+
f"Removed '{role.user.username}' as '{role.role_name}' "
571+
f"on '{project.name}'",
571572
queue="success",
572573
)
573574
]

warehouse/packaging/models.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525
Column,
2626
Enum,
2727
ForeignKey,
28-
ForeignKeyConstraint,
2928
Index,
3029
Boolean,
3130
DateTime,

0 commit comments

Comments
 (0)