From 884d84fbf6847e6c7f5c7428eabecf42e3ddfa11 Mon Sep 17 00:00:00 2001 From: Sam Rawlins Date: Mon, 7 Dec 2020 09:18:30 -0800 Subject: [PATCH] Remove unused dart:async import (#53) --- test/utils.dart | 1 - 1 file changed, 1 deletion(-) diff --git a/test/utils.dart b/test/utils.dart index cadbf4e..9685cb1 100644 --- a/test/utils.dart +++ b/test/utils.dart @@ -2,7 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -import 'dart:async'; import 'dart:convert'; /// Decodes a UTF8-encoded byte array into a list of Strings, where each list