Skip to content

Commit 9db1b47

Browse files
committed
Add docstring for get_inferred_types
1 parent a075ddf commit 9db1b47

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

flake8_encodings/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -316,6 +316,7 @@ def is_pathlib_method(class_name: str, method_name: str) -> bool:
316316

317317
def get_inferred_types(jedi_script: jedi.Script, node: ast.Call) -> List[str]:
318318
"""
319+
Returns a list of types inferred by ``jedi`` for the given call node.
319320
320321
:param jedi_script:
321322
:param node:

0 commit comments

Comments
 (0)