mirror of
https://github.com/denoland/deno.git
synced 2025-01-05 13:59:01 -05:00
fix lint
This commit is contained in:
parent
3a4de2eb82
commit
e75ed2e48b
1 changed files with 0 additions and 3 deletions
|
@ -47,9 +47,6 @@ import {
|
|||
} from "ext:deno_node/internal_binding/_listen.ts";
|
||||
import { nextTick } from "ext:deno_node/_next_tick.ts";
|
||||
|
||||
import { core } from "ext:core/mod.js";
|
||||
const { internalRidSymbol } = core;
|
||||
|
||||
/** The type of TCP socket. */
|
||||
enum socketType {
|
||||
SOCKET,
|
||||
|
|
Loading…
Reference in a new issue