Skip to content

Commit e79b713

Browse files
author
Daniel OBrien
committed
lint fix
1 parent 3d8697e commit e79b713

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/sdk/server-ai/src/LDAIClientImpl.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ import Mustache from 'mustache';
22

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

5-
import { LDAIClient } from './api/LDAIClient';
65
import { LDAIConfig, LDGenerationConfig, LDModelConfig, LDPrompt } from './api/config';
6+
import { LDAIClient } from './api/LDAIClient';
77
import { LDAIConfigTrackerImpl } from './LDAIConfigTrackerImpl';
88

99
/**

0 commit comments

Comments
 (0)