From 0fa85e1a71a18590acd504758d468452f1881836 Mon Sep 17 00:00:00 2001 From: Alexandre Roux Date: Fri, 11 Oct 2024 13:33:31 +0200 Subject: [PATCH] fix lints --- storage_rest/lib/src/storage_rest_impl.dart | 1 - storage_rest/lib/storage_json.dart | 1 - 2 files changed, 2 deletions(-) diff --git a/storage_rest/lib/src/storage_rest_impl.dart b/storage_rest/lib/src/storage_rest_impl.dart index c010c59..df97608 100644 --- a/storage_rest/lib/src/storage_rest_impl.dart +++ b/storage_rest/lib/src/storage_rest_impl.dart @@ -2,7 +2,6 @@ import 'dart:typed_data'; import 'package:googleapis/bigquery/v2.dart'; import 'package:googleapis/storage/v1.dart' as api; -import 'package:http/http.dart'; import 'package:tekartik_firebase/firebase_mixin.dart'; import 'package:tekartik_firebase_rest/firebase_rest.dart'; import 'package:tekartik_firebase_storage/storage.dart'; diff --git a/storage_rest/lib/storage_json.dart b/storage_rest/lib/storage_json.dart index aa2e0c4..10decd7 100644 --- a/storage_rest/lib/storage_json.dart +++ b/storage_rest/lib/storage_json.dart @@ -1,4 +1,3 @@ -import 'package:http/http.dart'; import 'package:path/path.dart'; import 'package:tekartik_firebase/firebase.dart'; import 'package:tekartik_firebase_storage_rest/src/storage_json_impl.dart';