Skip to content

Commit

Permalink
fix: remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
bawahakim committed Jan 8, 2024
1 parent 9f71cae commit da441bb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/src/git.dart
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import 'dart:io' show Process, ProcessException, ProcessResult;
import 'dart:math';

import 'package:ansi/ansi.dart';
import 'package:path/path.dart';
import 'package:verbose/verbose.dart';

final _verbose = Verbose('lit_staged:git');
Expand Down

0 comments on commit da441bb

Please sign in to comment.