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 {