mirror of
https://github.com/ansible/awx.git
synced 2026-03-16 08:27:29 -02:30
Fix import order to address linting error
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import Organizations from './Organizations';
|
||||
import { describeNotificationMixin } from '@testUtils/apiReusable';
|
||||
import Organizations from './Organizations';
|
||||
|
||||
describe('OrganizationsAPI', () => {
|
||||
const orgId = 1;
|
||||
|
||||
Reference in New Issue
Block a user