Skip to content

Commit

Permalink
Remove redundant import (dart-lang#3291)
Browse files Browse the repository at this point in the history
Also imported by relative path below.
  • Loading branch information
natebosch authored May 9, 2022
1 parent 61c484d commit 8ebdc5a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion build/lib/src/builder/build_step_impl.dart
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ import 'dart:convert';
import 'package:analyzer/dart/ast/ast.dart';
import 'package:analyzer/dart/element/element.dart';
import 'package:async/async.dart';
import 'package:build/src/builder/build_step.dart';
import 'package:crypto/crypto.dart';
import 'package:glob/glob.dart';

Expand Down

0 comments on commit 8ebdc5a

Please sign in to comment.