Skip to content

Commit 9eb8ef6

Browse files
committed
fix E305-E501 error (flake 8)
1 parent 20ce0a2 commit 9eb8ef6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

morseinterpreter.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,8 @@ def send(pin,
7777
if pin.value == False:
7878
pin.value(True)
7979

80-
# Tiempo que el LED está encendido según el tipo de pulsación (corta, larga o espacio)
80+
# Tiempo que el LED está encendido según el tipo de pulsación
81+
# (corta, larga o espacio)
8182
long = short * 3
8283
space = short * 2
8384

@@ -96,6 +97,7 @@ def send(pin,
9697
if e == " ":
9798
flash(pin, space)
9899

100+
99101
try:
100102
send(pin=pinLed(16))
101103

0 commit comments

Comments
 (0)