From f32c0dfbe10855d4374bc7c704c3b105939b52b6 Mon Sep 17 00:00:00 2001 From: The one with the braid Date: Tue, 29 Aug 2023 14:17:03 +0200 Subject: [PATCH] fix: code style Signed-off-by: The one with the braid --- .idea/libraries/Dart_Packages.xml | 4 ++-- lib/src/models/pass.dart | 5 ----- 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/.idea/libraries/Dart_Packages.xml b/.idea/libraries/Dart_Packages.xml index 23b18fc..52ceeb7 100644 --- a/.idea/libraries/Dart_Packages.xml +++ b/.idea/libraries/Dart_Packages.xml @@ -61,7 +61,7 @@ - @@ -391,7 +391,7 @@ - + diff --git a/lib/src/models/pass.dart b/lib/src/models/pass.dart index 2d3d995..ef0d9ae 100644 --- a/lib/src/models/pass.dart +++ b/lib/src/models/pass.dart @@ -1,12 +1,7 @@ import 'package:intl/locale.dart'; import 'package:pkpass/pkpass.dart'; -import 'package:pkpass/src/models/barcode.dart'; import 'package:pkpass/src/utils/mabe_decode.dart'; -import 'beacon.dart'; -import 'location.dart'; -import 'pass_structure_dictionary.dart'; -import 'pass_web_service.dart'; /// Information that is required for all passes. class PassMetadata {