Skip to content

Commit

Permalink
remove disused import
Browse files Browse the repository at this point in the history
  • Loading branch information
samthor committed Dec 18, 2024
1 parent 376f8f1 commit 25124d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/conn.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import type { WebSocket as NodeWebSocket } from 'ws';
import { promiseWithResolvers } from './promise.js';
import { buildEmptyListener, buildLinkQueue, Listener, WorkQueue } from './queue.js';
import { buildEmptyListener, buildLinkQueue, Listener } from './queue.js';

/**
* Simple abstract connection between two endpoints. Just sends messages between the endpoints,
Expand Down

0 comments on commit 25124d1

Please sign in to comment.