Skip to content

Commit

Permalink
fix rtd
Browse files Browse the repository at this point in the history
  • Loading branch information
khsrali committed Jan 23, 2025
1 parent 1a9fd12 commit d139b67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/aiida/transports/transport.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ class Transport(abc.ABC):
"""Abstract class for a generic transport.
A plugin inheriting from this class should implement all the abstract methods.
In case your plugin is strictly asynchronous (blocking), you may want to inherit
from `AsyncTransport` (BlockingTransport) for easier adoption.
from `AsyncTransport` (BlockingTransport) for easier adoption.
..note::
Expand Down

0 comments on commit d139b67

Please sign in to comment.