Skip to content

Commit c8d399e

Browse files
committed
Use mixin for both
1 parent 126cbca commit c8d399e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

warehouse/manage/views/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ def manage_unverified_account(self):
221221
has_translations=True,
222222
require_reauth=True,
223223
)
224-
class ManageVerifiedAccountViews:
224+
class ManageVerifiedAccountViews(ManageAccountMixin):
225225

226226
@property
227227
def active_projects(self):

0 commit comments

Comments
 (0)