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

Commit 6102d8a

Browse files
vicbtravis@travis-ci.org
authored andcommitted
fix(directives): remove an unused import
1 parent 0e12949 commit 6102d8a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/directive/module.dart

-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ library angular.directive;
1919

2020
import 'package:di/di.dart';
2121
import 'dart:html' as dom;
22-
import 'dart:convert' as convert;
2322
import 'dart:async' as async;
2423
import 'package:intl/intl.dart';
2524
import 'package:angular/core/annotation.dart';

0 commit comments

Comments
 (0)