Skip to content

Commit 386b4b0

Browse files
committed
Fix some formatting issues
1 parent bc9fcc8 commit 386b4b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_ducky.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ def __init__(
139139
self.lines.append(line)
140140

141141
def loop( # pylint: disable=too-many-return-statements
142-
self
142+
self,
143143
) -> bool: # pylint: disable=too-many-branches
144144
"""Function that sends a line of the DuckyScript file over hid every time it is called"""
145145

0 commit comments

Comments
 (0)