Skip to content
Snippets Groups Projects
Commit 92025c8b authored by Dennis ASAMOAH's avatar Dennis ASAMOAH
Browse files

fix linting

parent 4601be4e
No related branches found
No related tags found
1 merge request!466Add webauth
Pipeline #99669 passed with warnings
......@@ -5,7 +5,7 @@ from django.contrib.auth import get_user_model
from django_otp import devices_for_user
def disable_two_factor(apps, schema_editor):
def disable_two_factor(apps, schema_editor): # pylint: disable=unused-argument
User = get_user_model()
users = User.objects.all()
for user in users:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment