Skip to content

Commit 9500b6d

Browse files
authored
[expo-updates] remove unused import to fix CI (expo#40878)
# Why Spotless check is failing on CI, because of unused import in expo-updates # How <!-- How did you build this feature or fix this bug and why? --> # Test Plan <!-- Please describe how you tested this change and how a reviewer could reproduce your test, especially if this PR does not include automated tests! If possible, please also provide terminal output and/or screenshots demonstrating your test/reproduction. --> # Checklist <!-- Please check the appropriate items below if they apply to your diff. --> - [ ] I added a `changelog.md` entry and rebuilt the package sources according to [this short guide](https://github.com/expo/expo/blob/main/CONTRIBUTING.md#-before-submitting) - [ ] This diff will work correctly for `npx expo prebuild` & EAS Build (eg: updated a module plugin). - [ ] Conforms with the [Documentation Writing Style Guide](https://github.com/expo/expo/blob/main/guides/Expo%20Documentation%20Writing%20Style%20Guide.md)
1 parent 8dc3b04 commit 9500b6d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/expo-updates/android/src/main/java/expo/modules/updates/EnabledUpdatesController.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ import expo.modules.updates.logging.UpdatesErrorCode
2121
import expo.modules.updates.logging.UpdatesLogReader
2222
import expo.modules.updates.logging.UpdatesLogger
2323
import expo.modules.updates.manifest.EmbeddedManifestUtils
24-
import expo.modules.updates.manifest.EmbeddedUpdate
2524
import expo.modules.updates.manifest.ManifestMetadata
2625
import expo.modules.updates.procedures.CheckForUpdateProcedure
2726
import expo.modules.updates.procedures.FetchUpdateProcedure

0 commit comments

Comments
 (0)