Run flake8 on the AWX collection in CI

This commit is contained in:
Alan Rominger
2021-07-09 12:01:28 -04:00
parent adb6661015
commit 08cb497689
18 changed files with 14 additions and 36 deletions

View File

@@ -5,7 +5,7 @@ __metaclass__ = type
import pytest
from awx.main.models import Organization
from awx.main.models.oauth import OAuth2AccessToken, OAuth2Application
from awx.main.models.oauth import OAuth2Application
@pytest.mark.django_db