We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Dict
dict
1 parent fe1f71d commit 277a875Copy full SHA for 277a875
graphdatascience/tests/unit/conftest.py
@@ -72,7 +72,7 @@ def last_query(self) -> str:
72
return ""
73
return self.queries[-1]
74
75
- def last_params(self) -> dict[str, Any]:
+ def last_params(self) -> Dict[str, Any]:
76
if len(self.params) == 0:
77
return {}
78
return self.params[-1]
0 commit comments