Skip to content

Commit

Permalink
Update testbase.py
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisjsewell committed Oct 19, 2021
1 parent 89d1a78 commit 89f83f5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions aiida/backends/testbase.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ def get_backend_class(cls):
@classproperty
def backend(cls) -> 'Backend': # pylint: disable=no-self-argument,no-self-use
"""Return the backend instance."""
from aiida.manage.manager import get_manager
return get_manager().get_backend()

@classmethod
Expand Down

0 comments on commit 89f83f5

Please sign in to comment.