Skip to content

Commit 3d7b63a

Browse files
committed
fixup! Review feedback
1 parent 89c75f5 commit 3d7b63a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

airflow/providers/docker/decorators/docker.py

+3-2
Original file line numberDiff line numberDiff line change
@@ -161,8 +161,9 @@ def docker_task(
161161
# [START decoratormixin]
162162
class DockerDecoratorMixin:
163163
"""
164-
Helper class for inheritance. This class is only used for the __init__.pyi so that IDEs
165-
will autocomplete docker decorator functions
164+
Helper class for inheritance. This class is only used during type checking or auto-completion
165+
166+
:meta private:
166167
"""
167168

168169
def docker(

docs/spelling_wordlist.txt

-1
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,6 @@ Firehose
141141
Firestore
142142
Flink
143143
FluentD
144-
FooDecoratedOperator
145144
Formaturas
146145
Fundera
147146
GCS

0 commit comments

Comments
 (0)