Skip to content

Commit

Permalink
Update cli.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
dmihalcik-virtru committed Nov 12, 2024
1 parent e41bccf commit af2568f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/src/cli.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import './polyfills.js';
import { createWriteStream, openAsBlob } from 'node:fs';
import { readFile, stat, writeFile } from 'node:fs/promises';
import { Writable } from 'node:stream';
import yargs from 'yargs';
import { hideBin } from 'yargs/helpers';
import {
Expand All @@ -21,7 +22,6 @@ import { webcrypto } from 'crypto';
import * as assertions from '@opentdf/sdk/assertions';
import { attributeFQNsAsValues } from '@opentdf/sdk/nano';
import { base64 } from '@opentdf/sdk/encodings';
import { Writable } from 'node:stream';

type AuthToProcess = {
auth?: string;
Expand Down

0 comments on commit af2568f

Please sign in to comment.