Skip to content

Commit

Permalink
Merge pull request #64 from Workiva/cleanup-lintss
Browse files Browse the repository at this point in the history
Just cleanup some unused import lints
  • Loading branch information
rmconsole3-wf authored Oct 17, 2019
2 parents db296fb + 04a27ba commit f9e5ded
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions lib/src/react16_suggestors/comment_remover.dart
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,9 @@
// limitations under the License.

import 'package:analyzer/dart/ast/ast.dart';
import 'package:analyzer/dart/ast/token.dart';
import 'package:analyzer/dart/ast/visitor.dart';
import 'package:codemod/codemod.dart';
import 'package:over_react_codemod/src/react16_suggestors/react16_utilities.dart';
import 'package:source_span/source_span.dart';

/// Suggestor that removes a block of comments based on the beginning and end
/// of the comments.
Expand Down
2 changes: 0 additions & 2 deletions lib/src/react16_suggestors/react_dom_render_migrator.dart
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@
// See the License for the specific language governing permissions and
// limitations under the License.

import 'dart:developer';

import 'package:analyzer/dart/ast/ast.dart';
import 'package:analyzer/dart/ast/visitor.dart';
import 'package:codemod/codemod.dart';
Expand Down

0 comments on commit f9e5ded

Please sign in to comment.