Skip to content

Commit

Permalink
chore: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
bitwise-constructs committed Dec 23, 2024
1 parent 5e493de commit 86998eb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/ape/types/vm.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
"""
An ID representing a point in time on a blockchain, as used in the
:meth:`~ape.managers.chain.ChainManager.snapshot` and
:meth:`~ape.managers.chain.ChainManager.snapshot` methods. Can be a ``str``, ``int``, ``bytes``,
``tuple[bytes, int]``, etc. Providers will expect and handle snapshot IDs differently. There
shouldn't be a need to change providers when using this feature, so there should not be confusion
:meth:`~ape.managers.chain.ChainManager.snapshot` methods. Can be a ``str``, ``int``, ``bytes``,
``tuple[bytes, int]``, etc. Providers will expect and handle snapshot IDs differently. There
shouldn't be a need to change providers when using this feature, so there should not be confusion
over this type in practical use cases.
"""

0 comments on commit 86998eb

Please sign in to comment.