summaryrefslogtreecommitdiff
path: root/doc/data/messages/m/missing-kwoa/good.py
diff options
context:
space:
mode:
Diffstat (limited to 'doc/data/messages/m/missing-kwoa/good.py')
-rw-r--r--doc/data/messages/m/missing-kwoa/good.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/data/messages/m/missing-kwoa/good.py b/doc/data/messages/m/missing-kwoa/good.py
index abb80a118..c212deb98 100644
--- a/doc/data/messages/m/missing-kwoa/good.py
+++ b/doc/data/messages/m/missing-kwoa/good.py
@@ -1,5 +1,6 @@
def target(pos, *, keyword):
return pos + keyword
+
def not_forwarding_kwargs(*args, **kwargs):
target(*args, **kwargs)