Vasiu Alexandru
Results
1
comments of
Vasiu Alexandru
Still having this issue. ```python3 session.query().get((,)) # works session.query().get(()) # doesn't work session.query().get() # doesn't work ```