Skip to content

Commit

Permalink
remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
jessicamack committed Oct 2, 2024
1 parent f562dd4 commit 6ddceba
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 5 deletions.
1 change: 0 additions & 1 deletion awx/conf/tests/functional/test_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
from awx.conf import fields
from awx.conf.registry import settings_registry
from awx.conf.models import Setting
from awx.sso import fields as sso_fields


@pytest.fixture
Expand Down
1 change: 0 additions & 1 deletion awx/sso/backends.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
from django.conf import settings as django_settings
from django.core.signals import setting_changed
from django.utils.encoding import force_str
from django.http import HttpResponse

# django-auth-ldap
from django_auth_ldap.backend import LDAPSettings as BaseLDAPSettings
Expand Down
1 change: 0 additions & 1 deletion awx/sso/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
SocialOrganizationMapField,
SocialTeamMapField,
)
from awx.main.validators import validate_private_key, validate_certificate
from awx.sso.validators import validate_ldap_bind_dn, validate_tacacsplus_disallow_nonascii # noqa


Expand Down
1 change: 0 additions & 1 deletion awx/sso/fields.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@

# AWX
from awx.conf import fields
from awx.main.validators import validate_certificate
from awx.sso.validators import ( # noqa
validate_ldap_dn,
validate_ldap_bind_dn,
Expand Down
2 changes: 1 addition & 1 deletion awx/sso/migrations/0003_convert_saml_string_to_list.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from django.db import migrations, connection
from django.db import migrations


class Migration(migrations.Migration):
Expand Down

0 comments on commit 6ddceba

Please sign in to comment.