Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
flow3r firmware
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
dos
flow3r firmware
Commits
2d81adb7
"epicardium/git@git.flow3r.garden:penguineer/firmware.git" did not exist on "a60cbd752a07d68d1f75a10d7f9ccbf2009aa02a"
Commit
2d81adb7
authored
1 year ago
by
ave
Browse files
Options
Downloads
Patches
Plain Diff
st3m/run: clean up imports
parent
06983264
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
python_payload/st3m/run.py
+2
-14
2 additions, 14 deletions
python_payload/st3m/run.py
with
2 additions
and
14 deletions
python_payload/st3m/run.py
+
2
−
14
View file @
2d81adb7
from
st3m.reactor
import
Reactor
,
Responder
from
st3m.reactor
import
Reactor
,
Responder
from
st3m.goose
import
List
,
Set
,
Optional
from
st3m.goose
import
Optional
from
st3m.ui.menu
import
(
MenuItem
,
MenuItemBack
,
MenuItemForeground
,
MenuItemNoop
,
MenuItemAction
,
MenuItemLaunchPersistentView
,
)
from
st3m.ui.elements
import
overlays
from
st3m.ui.elements
import
overlays
from
st3m.ui.view
import
View
,
ViewManager
,
ViewTransitionBlend
,
ViewTransitionDirection
from
st3m.ui.view
import
View
,
ViewManager
,
ViewTransitionBlend
from
st3m.ui.elements.menus
import
SimpleMenu
from
st3m.ui.elements.sun_menu
import
SunMenu
from
st3m.ui.elements.sun_menu
import
SunMenu
from
st3m.application
import
(
from
st3m.application
import
(
BundleManager
,
BundleManager
,
BundleMetadata
,
MenuItemAppLaunch
,
ApplicationContext
,
ApplicationContext
,
setup_for_app
,
setup_for_app
,
)
)
from
st3m.about
import
About
from
st3m
import
settings_menu
as
settings
,
logging
,
processors
,
wifi
from
st3m
import
settings_menu
as
settings
,
logging
,
processors
,
wifi
from
st3m.ui
import
led_patterns
from
st3m.ui
import
led_patterns
import
st3m.wifi
import
st3m.wifi
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment