Skip to content

Commit

Permalink
docs: verb
Browse files Browse the repository at this point in the history
  • Loading branch information
antazoey committed Aug 23, 2024
1 parent e8dcc4f commit e9227a4
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 @@ -1022,7 +1022,7 @@ def providers(self): # -> dict[str, Partial[ProviderAPI]]
provider_name = clean_plugin_name(provider_class.__module__.split(".")[0])
is_custom_with_config = self._is_custom and self.default_provider_name == provider_name
# NOTE: Custom networks that are NOT from config must work with any provider.
# Also, ensure we are only added forked providers for forked networks and
# Also, ensure we are only adding forked providers for forked networks and
# non-forking providers for non-forked networks. For custom networks, it
# can be trickier (see last condition).
# TODO: In 0.9, add a better way for class-level ForkedProviders to defines
Expand Down

0 comments on commit e9227a4

Please sign in to comment.