Closed JoshJarabek7 closed 1 week ago
What do you use as an IDE / Linting tool ?
Because for me with Visual Studio Code with the default Python mode this one is not showing an issue :
I use Pyright and Ruff with VSCodium. I believe it was Pyright that was throwing the error. I also have the typing set to Strict, so that might be the issue.
OK. If anybody has an idea how to make this right ? Otherwise, it is not technically a bug, so I will mark this for later closure.
Expected Behavior (Mandatory)
Be able to set cardinality between two Nodes that should have a One-to-One relationship.
Actual Behavior (Mandatory)
Throwing type error.
How to Reproduce the Problem
Adding a cardinality of AsyncOne within Async RelationshipTo and AsyncRelationshipFrom
Simple Example
Screenshots (where it's possible)
Can't figure out how to screenshot the hover-over error while screenshotting, the popup goes away.
Specifications (Mandatory)
neomodel = {extras = ["extras"], version = "^5.3.2"}
Currently used versions
Versions