Skip to content

Commit

Permalink
fix: anoher def net fix
Browse files Browse the repository at this point in the history
  • Loading branch information
antazoey committed Dec 8, 2023
1 parent 3936d6b commit 9b9353e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ape/api/networks.py
Original file line number Diff line number Diff line change
Expand Up @@ -985,7 +985,7 @@ def use_provider(
return ProviderContextManager(provider=provider, disconnect_after=disconnect_after)

@computed_field()
@cached_property
@property
def default_provider(self) -> Optional[str]:
"""
The name of the default provider or ``None``.
Expand Down

0 comments on commit 9b9353e

Please sign in to comment.