Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
cs1-24fa
project03
Commits
c4a9eade
Commit
c4a9eade
authored
6 months ago
by
Antonio Caceres
Browse files
Options
Download
Email Patches
Plain Diff
Add pyright ignore comments to interact.py.
parent
b556af7a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/interact.py
+3
-3
src/interact.py
with
3 additions
and
3 deletions
+3
-3
src/interact.py
View file @
c4a9eade
from
.abstract
import
LEDController
,
ProximitySensor
,
TouchSensor
from
.pulse
import
run_simple_pulse
from
.prox_pulse
import
run_prox_pulse
from
.morse_engine
import
run_morse_engine
from
.pulse
import
run_simple_pulse
# pyright: ignore
from
.prox_pulse
import
run_prox_pulse
# pyright: ignore
from
.morse_engine
import
run_morse_engine
# pyright: ignore
def
run
(
apds
:
ProximitySensor
,
pixels
:
LEDController
,
touch
:
TouchSensor
):
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment