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.
1 parent a178218 commit 1a1fee3Copy full SHA for 1a1fee3
python/ql/lib/semmle/python/frameworks/Pandas.qll
@@ -16,8 +16,8 @@ private import semmle.python.ApiGraphs
16
private module Pandas {
17
/**
18
* A call to `pandas.read_pickle`
19
- * See https://pypi.org/project/pandas/ (which currently refers you
20
- * to https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.read_pickle.html)
+ * See https://pypi.org/project/pandas/
+ * https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.read_pickle.html)
21
*/
22
private class PandasReadPickleCall extends Decoding::Range, DataFlow::CallCfgNode {
23
PandasReadPickleCall() {
0 commit comments