Skip to content

Commit

Permalink
more reverts
Browse files Browse the repository at this point in the history
  • Loading branch information
tserg committed Nov 21, 2023
1 parent 4cc10b0 commit 348767f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vyper/builtins/_signatures.py
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
import functools
from typing import Any, Optional, Union

from vyper import ast as vy_ast
from vyper.ast import nodes as vy_ast
from vyper.ast.validation import validate_call_args
from vyper.codegen.expr import Expr
from vyper.codegen.ir_node import IRnode
from vyper.exceptions import CompilerPanic, TypeMismatch
from vyper.semantics.analysis.utils import get_exact_type_from_node, validate_expected_type
from vyper.semantics.types.base import TYPE_T, KwargSettings, VyperType
from vyper.semantics.types import TYPE_T, KwargSettings, VyperType
from vyper.semantics.types.utils import type_from_annotation


Expand Down

0 comments on commit 348767f

Please sign in to comment.