style: remove unnecessary imports

This commit is contained in:
Aleksey Kulikov 2021-10-08 18:34:58 +03:00
parent 1d47b06955
commit 03e2922517
48 changed files with 25 additions and 121 deletions

View file

@ -1,10 +1,7 @@
import 'dart:ffi';
import 'package:libgit2dart/libgit2dart.dart';
import 'bindings/libgit2_bindings.dart';
import 'bindings/revparse.dart' as bindings;
import 'commit.dart';
import 'reference.dart';
import 'repository.dart';
import 'git_types.dart';
class RevParse {
/// Finds a single object and intermediate reference (if there is one) by a [spec] revision string.