Skip to content

Commit

Permalink
chore: merge miss
Browse files Browse the repository at this point in the history
  • Loading branch information
antazoey committed Oct 29, 2024
1 parent d8fff28 commit e4ab190
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ape/cli/commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def get_param_from_ctx(ctx: "Context", param: str) -> Optional[Any]:
return None


def parse_network(ctx: Context) -> Optional["ProviderContextManager"]:
def parse_network(ctx: "Context") -> Optional["ProviderContextManager"]:
from ape.utils.basemodel import ManagerAccessMixin as access

interactive = get_param_from_ctx(ctx, "interactive")
Expand Down

0 comments on commit e4ab190

Please sign in to comment.