Skip to content

mypy: Improve function signature, remove unused type alias

  • variable_ref is a function that should take a Variable or a VariableRef
  • type alias VarType was not used (will probably be moved inside rqltypes module)

Merge request reports