Skip to content

Commit f01a273

Browse files
committed
chore: fix lint
1 parent 0d8cf89 commit f01a273

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

app-config-encryption/src/index.ts

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
import { AppConfigError, ParsingExtension } from '@app-config/core';
1+
import { ParsingExtension } from '@app-config/core';
22
import { named } from '@app-config/extension-utils';
33
import { logger } from '@app-config/logging';
4-
import { environmentOptionsFromContext } from '@app-config/node';
54
import { DecryptedSymmetricKey, decryptValue } from './encryption';
65

76
export * from './encryption';

0 commit comments

Comments
 (0)