Skip to content

Commit

Permalink
Fix linting error.
Browse files Browse the repository at this point in the history
  • Loading branch information
derekpierre committed Sep 4, 2024
1 parent 2852961 commit 5d4976a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/taco/examples/encrypt-decrypt.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { ChainId } from '@nucypher/shared';
import {
EIP4361AuthProvider,
USER_ADDRESS_PARAM_DEFAULT,
} from '@nucypher/taco-auth';
} from '@nucypher/taco-auth';
import { ethers } from 'ethers';

import {
Expand Down

0 comments on commit 5d4976a

Please sign in to comment.