Skip to content

Commit

Permalink
remove outdated comment
Browse files Browse the repository at this point in the history
  • Loading branch information
tserg committed Dec 28, 2023
1 parent a37fc0e commit bb066c8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions vyper/semantics/types/function.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,14 +44,12 @@ class _FunctionArg:

@dataclass
class PositionalArg(_FunctionArg):
# unfolded ast
ast_source: Optional[vy_ast.VyperNode] = None


@dataclass
class KeywordArg(_FunctionArg):
default_value: vy_ast.VyperNode
# unfolded ast
ast_source: Optional[vy_ast.VyperNode] = None


Expand Down

0 comments on commit bb066c8

Please sign in to comment.