Skip to content

Commit 9071b7c

Browse files
committed
fix typo
1 parent 5140137 commit 9071b7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdks/python/.pylintrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ disable =
165165
unspecified-encoding, #TODO(https://github.com/apache/beam/issues/21236) Enable explicit encoding
166166
unused-argument,
167167
use-dict-literal,
168-
usless-return,
168+
useless-return,
169169
unused-wildcard-import,
170170
useless-object-inheritance,
171171
wildcard-import,

0 commit comments

Comments
 (0)