Skip to content

Commit

Permalink
chore: del imp
Browse files Browse the repository at this point in the history
  • Loading branch information
antazoey committed Nov 25, 2024
1 parent 3fa5439 commit fc72116
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions ape_vyper/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
from typing import Any

from ape import plugins


Expand Down
2 changes: 1 addition & 1 deletion ape_vyper/compiler/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ def compile(
) -> Iterator["ContractType"]:
pm = project or self.local_project
original_settings = self.compiler_settings
self.compiler_settings = {**self.compiler_settings, **(settings or {})}
self.compiler_settings: dict = {**self.compiler_settings, **(settings or {})}
try:
yield from self._compile(contract_filepaths, project=pm)
finally:
Expand Down

0 comments on commit fc72116

Please sign in to comment.