Skip to content

Commit

Permalink
Import cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderOMara committed Dec 15, 2024
1 parent f88c323 commit 3b9ce65
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion float/16.test.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { assertEquals } from '@std/assert';

import { getFloat16, setFloat16 } from './16.ts';
import f16 from '../spec/f16.json' with { type: 'json' };
import f64i16 from '../spec/f64i16.json' with { type: 'json' };
Expand Down
1 change: 0 additions & 1 deletion int/24.test.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { assertEquals, assertThrows } from '@std/assert';

import { getInt24, getUint24, setInt24, setUint24 } from './24.ts';

Deno.test('getInt24 unsigned', () => {
Expand Down
1 change: 0 additions & 1 deletion scripts/npm.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
// deno-lint-ignore-file no-top-level-await no-console

import { build, emptyDir } from '@deno/dnt';

import denoJson from '../deno.json' with { type: 'json' };

if (Deno.args.length !== 1 || !/^(dev|prod)$/.test(Deno.args[0])) {
Expand Down

0 comments on commit 3b9ce65

Please sign in to comment.