Make it clearer when get_param is used.

This commit is contained in:
Dave Halter
2019-07-19 11:57:55 +02:00
parent 0dc60fb535
commit 2b0b29f921
2 changed files with 6 additions and 1 deletions

View File

@@ -571,7 +571,6 @@ class DataclassParamName(BaseTreeParamName):
def get_kind(self):
return Parameter.POSITIONAL_OR_KEYWORD
#TODO get_param?
def infer(self):
if self.annotation_node is None: