Skip to content

Commit

Permalink
Remove unused import (#559)
Browse files Browse the repository at this point in the history
Originally added in #548 but after changes during review it is no longer needed.
  • Loading branch information
nshahan authored Jan 3, 2019
1 parent 18c0cbd commit 948fe17
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/src/ast/sass/statement/silent_comment.dart
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
// MIT-style license that can be found in the LICENSE file or at
// https://opensource.org/licenses/MIT.

import 'dart:math' as math;

import 'package:source_span/source_span.dart';
import 'package:string_scanner/string_scanner.dart';

Expand Down

0 comments on commit 948fe17

Please sign in to comment.