mirror of
https://github.com/ansible/awx.git
synced 2026-02-27 15:58:45 -03: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