From 4e99d8fb6f0c7e2b112e57c6664d9bc352806284 Mon Sep 17 00:00:00 2001 From: Behnam Mohammadi Date: Tue, 17 Nov 2020 02:54:21 +0330 Subject: [PATCH] refactor(std): remove unnecessary back direction for import (#8403) --- std/_util/deep_assign.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/std/_util/deep_assign.ts b/std/_util/deep_assign.ts index 3c27856836..ad6c3234ce 100644 --- a/std/_util/deep_assign.ts +++ b/std/_util/deep_assign.ts @@ -1,5 +1,5 @@ // Copyright 2018-2020 the Deno authors. All rights reserved. MIT license. -import { assert } from "../_util/assert.ts"; +import { assert } from "./assert.ts"; export function deepAssign(target: T, source: U): T & U; export function deepAssign(