From 7ee4894220afc3075ad2be70e2d4850a655fde17 Mon Sep 17 00:00:00 2001 From: jacob Date: Sun, 18 Feb 2024 01:32:58 -0600 Subject: [PATCH] rm unused import --- src/core/module-loading.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/core/module-loading.ts b/src/core/module-loading.ts index b02b2b18..0833672b 100644 --- a/src/core/module-loading.ts +++ b/src/core/module-loading.ts @@ -1,4 +1,3 @@ -import { Result } from 'ts-results-es'; import { type Observable, from, mergeMap, ObservableInput } from 'rxjs'; import { readdir, stat } from 'fs/promises'; import { basename, extname, join, resolve, parse, dirname } from 'path';