Skip to content
This repository was archived by the owner on Feb 4, 2025. It is now read-only.

Commit adb2a64

Browse files
committed
remove redundant import
1 parent 23860ee commit adb2a64

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

pkgs/_test_macros/lib/built_value.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
// BSD-style license that can be found in the LICENSE file.
44

55
import 'dart:async';
6-
import 'dart:io';
76

87
import 'package:dart_model/dart_model.dart';
98
// ignore: implementation_imports

pkgs/dart_model/lib/src/json_buffer/json_buffer_builder.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44

55
import 'dart:collection';
66
import 'dart:convert';
7-
import 'dart:io';
87
import 'dart:typed_data';
98

109
import 'package:convert/convert.dart';

0 commit comments

Comments
 (0)