Skip to content

Commit

Permalink
chore: fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
johnb8 committed Jun 8, 2023
1 parent 0d8cf89 commit f01a273
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app-config-encryption/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import { AppConfigError, ParsingExtension } from '@app-config/core';
import { ParsingExtension } from '@app-config/core';
import { named } from '@app-config/extension-utils';
import { logger } from '@app-config/logging';
import { environmentOptionsFromContext } from '@app-config/node';
import { DecryptedSymmetricKey, decryptValue } from './encryption';

export * from './encryption';
Expand Down

0 comments on commit f01a273

Please sign in to comment.