Skip to content

Commit

Permalink
remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
shortcuts committed May 20, 2022
1 parent 76d9388 commit 02cc889
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion playground/javascript/node/search.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import { searchClient } from '@experimental-api-clients-automation/client-search';
import { ApiError } from '@experimental-api-clients-automation/client-common';
import dotenv from 'dotenv';
import { echoRequester } from '@experimental-api-clients-automation/requester-node-http';

dotenv.config({ path: '../../.env' });

Expand Down

0 comments on commit 02cc889

Please sign in to comment.