mirror of
https://github.com/ansible/awx.git
synced 2026-09-16 00:40:11 -02:30
Fixing flake8 errors, this should be almost all of them!
This commit is contained in:
@@ -2,21 +2,10 @@
|
||||
# All Rights Reserved.
|
||||
|
||||
# Python
|
||||
import contextlib
|
||||
import datetime
|
||||
import json
|
||||
import os
|
||||
import shutil
|
||||
import tempfile
|
||||
|
||||
|
||||
from django.contrib.auth.models import User
|
||||
import django.test
|
||||
from django.test.client import Client
|
||||
from django.core.urlresolvers import reverse
|
||||
|
||||
# AWX
|
||||
from awx.main.models import *
|
||||
from awx.main.models import * # noqa
|
||||
from awx.main.tests.base import BaseTest
|
||||
|
||||
class ActivityStreamTest(BaseTest):
|
||||
|
||||
Reference in New Issue
Block a user