Skip to content

Commit

Permalink
fixing linting issue
Browse files Browse the repository at this point in the history
Signed-off-by: Avi layani <[email protected]>
  • Loading branch information
Avilir committed Sep 19, 2023
1 parent d11802c commit b400189
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions awx/main/tests/functional/test_bulk.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@
from awx.main.models import Organization, Inventory, WorkflowJob, ExecutionEnvironment, Host
from awx.main.scheduler import TaskManager

from django.db import connection


@pytest.mark.django_db
@pytest.mark.parametrize('num_hosts, num_queries', [(1, 15), (10, 15)])
Expand Down

0 comments on commit b400189

Please sign in to comment.