Skip to content

Commit

Permalink
chore: removed cloud_watch_logs duplicate imports
Browse files Browse the repository at this point in the history
  • Loading branch information
khatruong2009 committed Nov 17, 2023
1 parent 5964089 commit 51674b4
Showing 1 changed file with 3 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,7 @@ import 'package:amplify_logging_cloudwatch_dart/amplify_logging_cloudwatch_dart.
import 'package:amplify_logging_cloudwatch_dart/src/path_provider/app_path_provider.dart';
import 'package:amplify_logging_cloudwatch_dart/src/queued_item_store/dart_queued_item_store.dart';
import 'package:amplify_logging_cloudwatch_dart/src/queued_item_store/queued_item_store.dart';
import 'package:amplify_logging_cloudwatch_dart/src/sdk/src/cloud_watch_logs/cloud_watch_logs_client.dart';
import 'package:amplify_logging_cloudwatch_dart/src/sdk/src/cloud_watch_logs/model/input_log_event.dart';
import 'package:amplify_logging_cloudwatch_dart/src/sdk/src/cloud_watch_logs/model/put_log_events_request.dart';
import 'package:amplify_logging_cloudwatch_dart/src/sdk/src/cloud_watch_logs/model/put_log_events_response.dart';
import 'package:amplify_logging_cloudwatch_dart/src/sdk/src/cloud_watch_logs/model/rejected_log_events_info.dart';
import 'package:amplify_logging_cloudwatch_dart/src/sdk/src/cloud_watch_logs/model/resource_not_found_exception.dart';
import 'package:amplify_logging_cloudwatch_dart/src/sdk/cloud_watch_logs.dart';
import 'package:amplify_logging_cloudwatch_dart/src/stoppable_timer.dart';
import 'package:fixnum/fixnum.dart';
import 'package:meta/meta.dart';
Expand Down Expand Up @@ -52,7 +47,8 @@ typedef _LogBatch = (List<QueuedItem> logQueues, List<InputLogEvent> logEvents);
/// {@template amplify_logging_cloudwatch_dart_dart.cloudwatch_logger_plugin}
/// An [AWSLoggerPlugin] for sending logs to AWS CloudWatch Logs.
/// {@endtemplate}
class AmplifyLoggingCloudWatchDart extends LoggingPluginInterface with AWSDebuggable {
class AmplifyLoggingCloudWatchDart extends LoggingPluginInterface
with AWSDebuggable {
/// {@macro amplify_logging_cloudwatch_dart.cloudwatch_logger_plugin}
AmplifyLoggingCloudWatchDart(
CloudWatchPluginConfig pluginConfig, {
Expand Down

0 comments on commit 51674b4

Please sign in to comment.