Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
aryanjassal committed Sep 9, 2024
1 parent ad307b2 commit 684eb7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/secrets/CommandEdit.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import type PolykeyClient from 'polykey/dist/PolykeyClient';
import * as vaultsErrors from 'polykey/dist/vaults/errors';
import fs from 'fs';
import path from 'path';
import * as vaultsErrors from 'polykey/dist/vaults/errors';
import CommandPolykey from '../CommandPolykey';
import * as errors from '../errors';
import * as binUtils from '../utils';
Expand Down

0 comments on commit 684eb7b

Please sign in to comment.