Skip to content

Commit

Permalink
chore: remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
neekolas committed Aug 23, 2023
1 parent de94c3d commit 3682e98
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/Client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,7 @@ import {
NetworkKeystoreProvider,
StaticKeystoreProvider,
} from './keystore/providers'
import {
LocalStoragePersistence,
Persistence,
PrefixedPersistence,
} from './keystore/persistence'
import { LocalStoragePersistence, Persistence } from './keystore/persistence'
const { Compression } = proto

// eslint-disable @typescript-eslint/explicit-module-boundary-types
Expand Down

0 comments on commit 3682e98

Please sign in to comment.