Skip to content
This repository was archived by the owner on Jan 30, 2023. It is now read-only.

Commit 4c90c0e

Browse files
author
bweigel
committed
fix
1 parent 9f346e0 commit 4c90c0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lawip/alexa_skill_event.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ def application(self) -> AlexaSkillApplication:
120120

121121

122122
class AlexaSkillContext:
123-
def __init__(self, AudioPlayer, System, **kwargs):
123+
def __init__(self, **kwargs):
124124
pass
125125

126126

0 commit comments

Comments
 (0)