Closed tfiedor closed 3 months ago
Seems there is some circular dependency when importing perun.logic.store, which is not easily raised during tests or basic usage.
perun.logic.store
Reproduction steps:
from perun.logic import store
This should be solved in #227
Seems there is some circular dependency when importing
perun.logic.store
, which is not easily raised during tests or basic usage.Reproduction steps: