Skip to content
This repository was archived by the owner on Sep 16, 2022. It is now read-only.

Commit 0ef686d

Browse files
committed
fix(Ast): Remove an import on quiver.
PiperOrigin-RevId: 192325313
1 parent 09446e5 commit 0ef686d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

angular_ast/lib/src/ast/property.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
// for details. All rights reserved. Use of this source code is governed by a
33
// BSD-style license that can be found in the LICENSE file.
44

5-
import 'package:quiver/core.dart';
65
import 'package:source_span/source_span.dart';
76

87
import '../ast.dart';
8+
import '../hash.dart';
99
import '../token/tokens.dart';
1010
import '../visitor.dart';
1111

0 commit comments

Comments
 (0)