Skip to content

Commit

Permalink
remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
m-aboelenein committed Apr 5, 2024
1 parent 990e23e commit 58c5ba7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/adapters/BaseAdapter.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
import { Params, Requests } from '../request';
import { SatsConnectAdapter } from './satsConnectAdapter';
import { request } from '../request';
import { RpcErrorCode, RpcResult } from '../types';
import RunesApi from 'src/runes';
import { RpcResult } from '../types';

class BaseAdapter extends SatsConnectAdapter {
id = '';
Expand Down

0 comments on commit 58c5ba7

Please sign in to comment.