Skip to content

Commit

Permalink
refactor: fixed lints
Browse files Browse the repository at this point in the history
  • Loading branch information
hoffmannjan committed May 30, 2024
1 parent bf64636 commit 0b8fcc3
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 8 deletions.
1 change: 0 additions & 1 deletion src/lib/ByteConverters.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ import {
Keys,
AccessRights,
decodeBase16,
KeyTag,
Hash
} from '..';
import { toBytesNumber, toBytesDeployHash } from './ByteConverters';
Expand Down
1 change: 0 additions & 1 deletion src/lib/CLValue/Builders.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ import {
CLMapType,
CLByteArray,
CLByteArrayType,
KeyTag
} from './index';

export class CLTypeBuilder {
Expand Down
2 changes: 0 additions & 2 deletions src/lib/CLValue/Key.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ import {
CLURef,
AccessRights,
CLAccountHash,
CLByteArray,
KeyTag,
Hash
} from './index';
import { decodeBase16 } from '../Conversions';
Expand Down
2 changes: 0 additions & 2 deletions src/lib/CLValue/Key.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import {
CLType,
CLValue,
CLKeyVariant,
CLByteArray,
CLURef,
CLURefBytesParser,
CLAccountHash,
Expand All @@ -16,7 +15,6 @@ import {
ToBytesResult,
CLValueBytesParsers,
CLValueParsers,
CLPublicKey,
resultHelper,
HashParser,
} from './index';
Expand Down
2 changes: 1 addition & 1 deletion src/lib/CLValue/KeyVariants.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Ok, Err } from 'ts-results';
import { Ok } from 'ts-results';
import {
KeyTag,
ResultAndRemainder,
Expand Down
1 change: 0 additions & 1 deletion src/lib/CLValue/List.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ import {
CLI32Type,
CLKey,
Hash,
KeyTag
} from './index';

describe('CLValue List implementation', () => {
Expand Down

0 comments on commit 0b8fcc3

Please sign in to comment.