Skip to content

Commit 813fc34

Browse files
committed
Fixes CI
1 parent 6e9af74 commit 813fc34

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

wemake_python_styleguide/violations/refactoring.py

+2
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@
4444
ImplicitYieldFromViolation
4545
NotATupleArgumentViolation
4646
ImplicitItemsIteratorViolation
47+
ImplicitDictGetViolation
4748
4849
Refactoring opportunities
4950
-------------------------
@@ -77,6 +78,7 @@
7778
.. autoclass:: ImplicitYieldFromViolation
7879
.. autoclass:: NotATupleArgumentViolation
7980
.. autoclass:: ImplicitItemsIteratorViolation
81+
.. autoclass:: ImplicitDictGetViolation
8082
8183
"""
8284

0 commit comments

Comments
 (0)