Skip to content

Commit 72e3b32

Browse files
Settings: remove unused import
1 parent 553a89f commit 72e3b32

File tree

1 file changed

+0
-1
lines changed
  • internal_filesystem/builtin/apps/com.micropythonos.settings/assets

1 file changed

+0
-1
lines changed

internal_filesystem/builtin/apps/com.micropythonos.settings/assets/settings.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ def getIntent(self):
3737
intent = Intent()
3838
from mpos import SharedPreferences
3939
intent.putExtra("prefs", SharedPreferences("com.micropythonos.settings"))
40-
import mpos.time
4140
intent.putExtra("settings", [
4241
# Basic settings, alphabetically:
4342
{"title": "Light/Dark Theme", "key": "theme_light_dark", "ui": "radiobuttons", "ui_options": [("Light", "light"), ("Dark", "dark")], "changed_callback": self.theme_changed},

0 commit comments

Comments
 (0)