Skip to content

Commit

Permalink
Linter
Browse files Browse the repository at this point in the history
  • Loading branch information
catastrophe-brandon committed Nov 14, 2024
1 parent 439724a commit 0690e3b
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions packages/rbac/v2/tests/integration/workspaces.test.ts
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
import { describe, expect, test } from '@jest/globals';
import {
config,
createWorkspace,
deleteWorkspace,
listWorkspaces,
readWorkspace,
WORKSPACES_API_BASE,
} from './client';
import { config, createWorkspace, deleteWorkspace, listWorkspaces, readWorkspace, WORKSPACES_API_BASE } from './client';

import { AxiosRequestConfig } from 'axios';
import { WorkspacesWorkspaceTypesQueryParam } from '../../api';
Expand Down

0 comments on commit 0690e3b

Please sign in to comment.