Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel OBrien committed Nov 5, 2024
1 parent 3d8697e commit e79b713
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/sdk/server-ai/src/LDAIClientImpl.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ import Mustache from 'mustache';

import { LDClient, LDContext } from '@launchdarkly/node-server-sdk';

import { LDAIClient } from './api/LDAIClient';
import { LDAIConfig, LDGenerationConfig, LDModelConfig, LDPrompt } from './api/config';
import { LDAIClient } from './api/LDAIClient';
import { LDAIConfigTrackerImpl } from './LDAIConfigTrackerImpl';

/**
Expand Down

0 comments on commit e79b713

Please sign in to comment.