Skip to content

Commit cf898da

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 1190ddf commit cf898da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/common_issues.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ Without the annotation mypy can't always figure out the
233233
precise type of ``a``.
234234

235235
.. code-block:: python
236-
236+
237237
a = [] # error: Need type annotation for "a" (hint: "a: list[<type>] = ...")
238238
239239
You often need to specify the type when you assign an empty list or

0 commit comments

Comments
 (0)