Skip to content

Commit

Permalink
Fix linting on api-client
Browse files Browse the repository at this point in the history
Signed-off-by: Aaron Chong <aaronchongth@gmail.com>
  • Loading branch information
aaronchongth committed Aug 2, 2024
1 parent 24a7189 commit d04a952
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions packages/api-client/lib/index.spec.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import { beforeEach, describe, it, vi } from 'vitest';

import { SioClient } from '.';

describe('subscriptions', () => {
Expand Down
3 changes: 1 addition & 2 deletions packages/api-client/lib/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import Debug from 'debug';
import { io, Socket } from 'socket.io-client';

import {
AlertRequest,
AlertResponse,
Expand All @@ -15,8 +16,6 @@ import {
TaskStateOutput,
} from './openapi';

// type Alert = TortoiseContribPydanticCreatorApiServerModelsTortoiseModelsAlertsAlertLeaf;

const debug = Debug('rmf-client');

// https://stackoverflow.com/questions/52667959/what-is-the-purpose-of-bivariancehack-in-typescript-types
Expand Down

0 comments on commit d04a952

Please sign in to comment.