VIGNESH R
VIGNESH R
what about creating a website for quickemu project
readme.rst file containing doc links - few of them are showing 404 error
Path: bodhi-fedora-infra-/bodhi-server/bodhi/server/security.py Line Numbers: 40 - 41 Class 'ACLFactory' inherits from object, can be safely removed from bases in python3 
bodhi-fedora-infra-/bodhi-server/bodhi/server/consumers/util.py Use lazy % or % formatting in logging functions Line Numbers: 74 - 75 Use lazy % or % formatting in logging functions 
bodhi-fedora-infra-/bodhi-server/bodhi/server/bugs.py Line Numbers:233 - 234 Value 'typing.Union' is unsubscriptable
what about containerize app-center codebase using Docker. so that it is easy to setup on local device for devs & also it is helpful to manage codebase.
downloads/tests/test_views.py `from rest_framework.authtoken.models import Token` this is an unused import can be removed
jobs/migrations/0013_auto_20170810_1625.py `from django.db import models, migrations` this is an unused import can be removed.
module = sponsors/forms.py field = required_asset.as_form_field(required=required, initial=value) if required_asset.due_date and not bool(value): field.label = mark_safe(f"{field.label}(Required by {required_asset.due_date})") if bool(value): field.label = mark_safe(f"{field.label}(Fulfilled, thank you!)")