mirror of
https://github.com/ansible/awx.git
synced 2026-03-09 13:39:27 -02:30
remove channel group model
* Websocket user session <-> group subscription membership now resides in Redis rather than the database.
This commit is contained in:
committed by
Ryan Petrello
parent
14320bc8e6
commit
3b9e67ed1b
@@ -58,7 +58,6 @@ from awx.main.models.workflow import ( # noqa
|
||||
WorkflowJob, WorkflowJobNode, WorkflowJobOptions, WorkflowJobTemplate,
|
||||
WorkflowJobTemplateNode, WorkflowApproval, WorkflowApprovalTemplate,
|
||||
)
|
||||
from awx.main.models.channels import ChannelGroup # noqa
|
||||
from awx.api.versioning import reverse
|
||||
from awx.main.models.oauth import ( # noqa
|
||||
OAuth2AccessToken, OAuth2Application
|
||||
|
||||
Reference in New Issue
Block a user