mirror of
https://github.com/ansible/awx.git
synced 2026-03-07 11:41:08 -03:30
Update to comply with new black rules
This commit is contained in:
@@ -4,6 +4,5 @@ from django.utils.translation import gettext_lazy as _
|
||||
|
||||
|
||||
class UIConfig(AppConfig):
|
||||
|
||||
name = 'awx.ui'
|
||||
verbose_name = _('UI')
|
||||
|
||||
@@ -22,7 +22,6 @@ class PendoTrackingStateField(fields.ChoiceField):
|
||||
|
||||
|
||||
class CustomLogoField(fields.CharField):
|
||||
|
||||
CUSTOM_LOGO_RE = re.compile(r'^data:image/(?:png|jpeg|gif);base64,([A-Za-z0-9+/=]+?)$')
|
||||
|
||||
default_error_messages = {
|
||||
|
||||
@@ -6,12 +6,10 @@ from awx.main.utils.licensing import server_product_name
|
||||
|
||||
|
||||
class IndexView(TemplateView):
|
||||
|
||||
template_name = 'index.html'
|
||||
|
||||
|
||||
class MigrationsNotran(TemplateView):
|
||||
|
||||
template_name = 'installing.html'
|
||||
|
||||
def get_context_data(self, **kwargs):
|
||||
|
||||
Reference in New Issue
Block a user