Skip to content

Commit 73f0d6b

Browse files
committed
chore: cleanup import
1 parent c7eb303 commit 73f0d6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import pino, { BaseLogger, DestinationStream, LoggerOptions, LevelMapping, Bindings } from 'pino';
1+
import pino, { BaseLogger, DestinationStream, LoggerOptions, LevelMapping } from 'pino';
22
import { GlobalContextStorageProvider, ContextStorageProvider, ContextMap } from './context';
33

44
export interface ExtendedPinoOptions extends LoggerOptions {

0 commit comments

Comments
 (0)