🤖Effect of this PR on checked open source code: 🤖 Effect onblack: The following messages are no longer emitted: - deprecated-typing-alias:
'typing.Tuple' is deprecated, use 'tuple' instead https://github.com/psf/black/blob/744d23b34800c06e10272149b70752396e90eeb8/src/blackd/__init__.py#L195 - deprecated-typing-alias:
'typing.Tuple' is deprecated, use 'tuple' instead https://github.com/psf/black/blob/744d23b34800c06e10272149b70752396e90eeb8/src/blib2to3/pgen2/pgen.py#L175 - deprecated-typing-alias:
'typing.Tuple' is deprecated, use 'tuple' instead https://github.com/psf/black/blob/744d23b34800c06e10272149b70752396e90eeb8/src/blib2to3/pgen2/driver.py#L203 - deprecated-typing-alias:
'typing.Tuple' is deprecated, use 'tuple' instead https://github.com/psf/black/blob/744d23b34800c06e10272149b70752396e90eeb8/src/blib2to3/pgen2/tokenize.py#L200
Effect onmusic21: The following messages are now emitted: - redefined-variable-type:
Redefinition of thisObject type from music21.note.Note to music21.note.GeneralNote https://github.com/cuthbertLab/music21/blob/a938a8c8c74f21ceec5a99a1998d96c00d5f77e9/music21/humdrum/spineParser.py#L2386
The following messages are no longer emitted: - redefined-variable-type:
Redefinition of thisObject type from music21.note.Note to music21.note.GeneralNote https://github.com/cuthbertLab/music21/blob/a938a8c8c74f21ceec5a99a1998d96c00d5f77e9/music21/humdrum/spineParser.py#L2383
Effect onpytest: The following messages are now emitted: - deprecated-typing-alias:
'typing.Callable' is deprecated, use 'collections.abc.Callable' instead https://github.com/pytest-dev/pytest/blob/38f7c1e3469369bfdad2a6b1019578c3e0522501/src/_pytest/recwarn.py#L51 - deprecated-typing-alias:
'typing.Tuple' is deprecated, use 'tuple' instead https://github.com/pytest-dev/pytest/blob/38f7c1e3469369bfdad2a6b1019578c3e0522501/src/_pytest/recwarn.py#L110 - deprecated-typing-alias:
'typing.Tuple' is deprecated, use 'tuple' instead https://github.com/pytest-dev/pytest/blob/38f7c1e3469369bfdad2a6b1019578c3e0522501/src/_pytest/recwarn.py#L268 - deprecated-typing-alias:
'typing.Tuple' is deprecated, use 'tuple' instead https://github.com/pytest-dev/pytest/blob/38f7c1e3469369bfdad2a6b1019578c3e0522501/src/_pytest/reports.py#L60 - deprecated-typing-alias:
'typing.Tuple' is deprecated, use 'tuple' instead https://github.com/pytest-dev/pytest/blob/38f7c1e3469369bfdad2a6b1019578c3e0522501/src/_pytest/reports.py#L62 - deprecated-typing-alias:
'typing.Tuple' is deprecated, use 'tuple' instead https://github.com/pytest-dev/pytest/blob/38f7c1e3469369bfdad2a6b1019578c3e0522501/src/_pytest/reports.py#L64 - deprecated-typing-alias:
'typing.Tuple' is deprecated, use 'tuple' instead https://github.com/pytest-dev/pytest/blob/38f7c1e3469369bfdad2a6b1019578c3e0522501/src/_pytest/reports.py#L96 - deprecated-typing-alias:
'typing.Tuple' is deprecated, use 'tuple' instead https://github.com/pytest-dev/pytest/blob/38f7c1e3469369bfdad2a6b1019578c3e0522501/src/_pytest/reports.py#L258 - deprecated-typing-alias:
'typing.Tuple' is deprecated, use 'tuple' instead https://github.com/pytest-dev/pytest/blob/38f7c1e3469369bfdad2a6b1019578c3e0522501/src/_pytest/reports.py#L262 - deprecated-typing-alias:
'typing.Tuple' is deprecated, use 'tuple' instead https://github.com/pytest-dev/pytest/blob/38f7c1e3469369bfdad2a6b1019578c3e0522501/src/_pytest/reports.py#L265 - deprecated-typing-alias:
'typing.Tuple' is deprecated, use 'tuple' instead https://github.com/pytest-dev/pytest/blob/38f7c1e3469369bfdad2a6b1019578c3e0522501/src/_pytest/reports.py#L269 - deprecated-typing-alias:
'typing.Tuple' is deprecated, use 'tuple' instead https://github.com/pytest-dev/pytest/blob/38f7c1e3469369bfdad2a6b1019578c3e0522501/src/_pytest/reports.py#L280 - deprecated-typing-alias:
'typing.Tuple' is deprecated, use 'tuple' instead https://github.com/pytest-dev/pytest/blob/38f7c1e3469369bfdad2a6b1019578c3e0522501/src/_pytest/reports.py#L341 - deprecated-typing-alias:
'typing.Tuple' is deprecated, use 'tuple' instead https://github.com/pytest-dev/pytest/blob/38f7c1e3469369bfdad2a6b1019578c3e0522501/src/_pytest/reports.py#L429 - deprecated-typing-alias:
'typing.Tuple' is deprecated, use 'tuple' instead https://github.com/pytest-dev/pytest/blob/38f7c1e3469369bfdad2a6b1019578c3e0522501/src/_pytest/junitxml.py#L490 - deprecated-typing-alias:
'typing.Callable' is deprecated, use 'collections.abc.Callable' instead https://github.com/pytest-dev/pytest/blob/38f7c1e3469369bfdad2a6b1019578c3e0522501/src/_pytest/pathlib.py#L714
The following messages are no longer emitted: - deprecated-typing-alias:
'typing.Callable' is deprecated, use 'collections.abc.Callable' instead https://github.com/pytest-dev/pytest/blob/38f7c1e3469369bfdad2a6b1019578c3e0522501/src/_pytest/compat.py#L105 - deprecated-typing-alias:
'typing.Callable' is deprecated, use 'collections.abc.Callable' instead https://github.com/pytest-dev/pytest/blob/38f7c1e3469369bfdad2a6b1019578c3e0522501/src/_pytest/runner.py#L498
Effect onpandas: The following messages are now emitted: - redefined-variable-type:
Redefinition of expected type from pandas.core.frame.DataFrame to pandas.core.series.Series https://github.com/pandas-dev/pandas/blob/e7d2c7a537d1aebf7b93acb4c75b49e73dd8b600/pandas/tests/series/methods/test_fillna.py#L55 - deprecated-typing-alias:
'typing.Callable' is deprecated, use 'collections.abc.Callable' instead https://github.com/pandas-dev/pandas/blob/e7d2c7a537d1aebf7b93acb4c75b49e73dd8b600/pandas/_config/config.py#L92 - deprecated-typing-alias:
'typing.Callable' is deprecated, use 'collections.abc.Callable' instead https://github.com/pandas-dev/pandas/blob/e7d2c7a537d1aebf7b93acb4c75b49e73dd8b600/pandas/_config/config.py#L93 - deprecated-typing-alias:
'typing.Callable' is deprecated, use 'collections.abc.Callable' instead https://github.com/pandas-dev/pandas/blob/e7d2c7a537d1aebf7b93acb4c75b49e73dd8b600/pandas/_config/config.py#L267 - deprecated-typing-alias:
'typing.Callable' is deprecated, use 'collections.abc.Callable' instead https://github.com/pandas-dev/pandas/blob/e7d2c7a537d1aebf7b93acb4c75b49e73dd8b600/pandas/_config/config.py#L493 - deprecated-typing-alias:
'typing.Callable' is deprecated, use 'collections.abc.Callable' instead https://github.com/pandas-dev/pandas/blob/e7d2c7a537d1aebf7b93acb4c75b49e73dd8b600/pandas/_config/config.py#L494 - deprecated-typing-alias:
'typing.Callable' is deprecated, use 'collections.abc.Callable' instead https://github.com/pandas-dev/pandas/blob/e7d2c7a537d1aebf7b93acb4c75b49e73dd8b600/pandas/_config/config.py#L833 - deprecated-typing-alias:
'typing.Callable' is deprecated, use 'collections.abc.Callable' instead https://github.com/pandas-dev/pandas/blob/e7d2c7a537d1aebf7b93acb4c75b49e73dd8b600/pandas/_config/config.py#L854 - deprecated-typing-alias:
'typing.Callable' is deprecated, use 'collections.abc.Callable' instead https://github.com/pandas-dev/pandas/blob/e7d2c7a537d1aebf7b93acb4c75b49e73dd8b600/pandas/_config/config.py#L880 - deprecated-typing-alias:
'typing.Callable' is deprecated, use 'collections.abc.Callable' instead https://github.com/pandas-dev/pandas/blob/e7d2c7a537d1aebf7b93acb4c75b49e73dd8b600/pandas/io/pytables.py#L2866 - deprecated-typing-alias:
'typing.Callable' is deprecated, use 'collections.abc.Callable' instead https://github.com/pandas-dev/pandas/blob/e7d2c7a537d1aebf7b93acb4c75b49e73dd8b600/pandas/io/stata.py#L1162 - deprecated-typing-alias:
'typing.Callable' is deprecated, use 'collections.abc.Callable' instead https://github.com/pandas-dev/pandas/blob/e7d2c7a537d1aebf7b93acb4c75b49e73dd8b600/pandas/io/xml.py#L279 - deprecated-typing-alias:
'typing.Callable' is deprecated, use 'collections.abc.Callable' instead https://github.com/pandas-dev/pandas/blob/e7d2c7a537d1aebf7b93acb4c75b49e73dd8b600/pandas/io/_util.py#L28 - deprecated-typing-alias:
'typing.Callable' is deprecated, use 'collections.abc.Callable' instead https://github.com/pandas-dev/pandas/blob/e7d2c7a537d1aebf7b93acb4c75b49e73dd8b600/pandas/io/sql.py#L704 - deprecated-typing-alias:
'typing.Callable' is deprecated, use 'collections.abc.Callable' instead https://github.com/pandas-dev/pandas/blob/e7d2c7a537d1aebf7b93acb4c75b49e73dd8b600/pandas/io/sql.py#L1029 - deprecated-typing-alias:
'typing.Callable' is deprecated, use 'collections.abc.Callable' instead https://github.com/pandas-dev/pandas/blob/e7d2c7a537d1aebf7b93acb4c75b49e73dd8b600/pandas/io/sql.py#L1436 - deprecated-typing-alias:
'typing.Callable' is deprecated, use 'collections.abc.Callable' instead https://github.com/pandas-dev/pandas/blob/e7d2c7a537d1aebf7b93acb4c75b49e73dd8b600/pandas/io/sql.py#L1898 - deprecated-typing-alias:
'typing.Callable' is deprecated, use 'collections.abc.Callable' instead https://github.com/pandas-dev/pandas/blob/e7d2c7a537d1aebf7b93acb4c75b49e73dd8b600/pandas/io/sql.py#L2377 - deprecated-typing-alias:
'typing.Callable' is deprecated, use 'collections.abc.Callable' instead https://github.com/pandas-dev/pandas/blob/e7d2c7a537d1aebf7b93acb4c75b49e73dd8b600/pandas/io/formats/style_render.py#L51 - deprecated-typing-alias:
'typing.Callable' is deprecated, use 'collections.abc.Callable' instead https://github.com/pandas-dev/pandas/blob/e7d2c7a537d1aebf7b93acb4c75b49e73dd8b600/pandas/io/formats/style_render.py#L132 - deprecated-typing-alias:
'typing.Callable' is deprecated, use 'collections.abc.Callable' instead https://github.com/pandas-dev/pandas/blob/e7d2c7a537d1aebf7b93acb4c75b49e73dd8b600/pandas/io/formats/style_render.py#L138 - deprecated-typing-alias:
'typing.Callable' is deprecated, use 'collections.abc.Callable' instead https://github.com/pandas-dev/pandas/blob/e7d2c7a537d1aebf7b93acb4c75b49e73dd8b600/pandas/io/formats/style_render.py#L141 - deprecated-typing-alias:
'typing.Callable' is deprecated, use 'collections.abc.Callable' instead https://github.com/pandas-dev/pandas/blob/e7d2c7a537d1aebf7b93acb4c75b49e73dd8b600/pandas/io/formats/style_render.py#L144 - deprecated-typing-alias:
'typing.Callable' is deprecated, use 'collections.abc.Callable' instead https://github.com/pandas-dev/pandas/blob/e7d2c7a537d1aebf7b93acb4c75b49e73dd8b600/pandas/io/formats/style_render.py#L1756 - deprecated-typing-alias:
'typing.Callable' is deprecated, use 'collections.abc.Callable' instead https://github.com/pandas-dev/pandas/blob/e7d2c7a537d1aebf7b93acb4c75b49e73dd8b600/pandas/io/formats/style_render.py#L1757 - deprecated-typing-alias:
'typing.Callable' is deprecated, use 'collections.abc.Callable' instead https://github.com/pandas-dev/pandas/blob/e7d2c7a537d1aebf7b93acb4c75b49e73dd8b600/pandas/io/formats/style_render.py#L1821 - deprecated-typing-alias:
'typing.Callable' is deprecated, use 'collections.abc.Callable' instead https://github.com/pandas-dev/pandas/blob/e7d2c7a537d1aebf7b93acb4c75b49e73dd8b600/pandas/io/formats/style_render.py#L2336 - deprecated-typing-alias:
'typing.Callable' is deprecated, use 'collections.abc.Callable' instead https://github.com/pandas-dev/pandas/blob/e7d2c7a537d1aebf7b93acb4c75b49e73dd8b600/pandas/io/formats/printing.py#L289 - deprecated-typing-alias:
'typing.Callable' is deprecated, use 'collections.abc.Callable' instead https://github.com/pandas-dev/pandas/blob/e7d2c7a537d1aebf7b93acb4c75b49e73dd8b600/pandas/io/formats/format.py#L767 - deprecated-typing-alias:
'typing.Callable' is deprecated, use 'collections.abc.Callable' instead https://github.com/pandas-dev/pandas/blob/e7d2c7a537d1aebf7b93acb4c75b49e73dd8b600/pandas/io/formats/format.py#L1084 - deprecated-typing-alias:
'typing.Callable' is deprecated, use 'collections.abc.Callable' instead https://github.com/pandas-dev/pandas/blob/e7d2c7a537d1aebf7b93acb4c75b49e73dd8b600/pandas/io/formats/format.py#L1093 - deprecated-typing-alias:
'typing.Callable' is deprecated, use 'collections.abc.Callable' instead https://github.com/pandas-dev/pandas/blob/e7d2c7a537d1aebf7b93acb4c75b49e73dd8b600/pandas/io/formats/format.py#L1172 - deprecated-typing-alias:
'typing.Callable' is deprecated, use 'collections.abc.Callable' instead https://github.com/pandas-dev/pandas/blob/e7d2c7a537d1aebf7b93acb4c75b49e73dd8b600/pandas/io/formats/format.py#L1181 - deprecated-typing-alias:
'typing.Callable' is deprecated, use 'collections.abc.Callable' instead https://github.com/pandas-dev/pandas/blob/e7d2c7a537d1aebf7b93acb4c75b49e73dd8b600/pandas/io/formats/format.py#L1294 - deprecated-typing-alias:
'typing.Callable' is deprecated, use 'collections.abc.Callable' instead https://github.com/pandas-dev/pandas/blob/e7d2c7a537d1aebf7b93acb4c75b49e73dd8b600/pandas/io/formats/format.py#L1352 - deprecated-typing-alias:
'typing.Callable' is deprecated, use 'collections.abc.Callable' instead https://github.com/pandas-dev/pandas/blob/e7d2c7a537d1aebf7b93acb4c75b49e73dd8b600/pandas/io/formats/format.py#L1363 - deprecated-typing-alias:
'typing.Callable' is deprecated, use 'collections.abc.Callable' instead https://github.com/pandas-dev/pandas/blob/e7d2c7a537d1aebf7b93acb4c75b49e73dd8b600/pandas/io/formats/format.py#L1644 - deprecated-typing-alias:
'typing.Callable' is deprecated, use 'collections.abc.Callable' instead https://github.com/pandas-dev/pandas/blob/e7d2c7a537d1aebf7b93acb4c75b49e73dd8b600/pandas/io/formats/format.py#L1695 - deprecated-typing-alias:
'typing.Callable' is deprecated, use 'collections.abc.Callable' instead https://github.com/pandas-dev/pandas/blob/e7d2c7a537d1aebf7b93acb4c75b49e73dd8b600/pandas/io/formats/excel.py#L94 - deprecated-typing-alias:
'typing.Callable' is deprecated, use 'collections.abc.Callable' instead https://github.com/pandas-dev/pandas/blob/e7d2c7a537d1aebf7b93acb4c75b49e73dd8b600/pandas/io/formats/excel.py#L549 - deprecated-typing-alias:
'typing.Callable' is deprecated, use 'collections.abc.Callable' instead https://github.com/pandas-dev/pandas/blob/e7d2c7a537d1aebf7b93acb4c75b49e73dd8b600/pandas/io/formats/excel.py#L559 - deprecated-typing-alias:
'typing.Callable' is deprecated, use 'collections.abc.Callable' instead https://github.com/pandas-dev/pandas/blob/e7d2c7a537d1aebf7b93acb4c75b49e73dd8b600/pandas/io/formats/css.py#L24 - deprecated-typing-alias:
'typing.Callable' is deprecated, use 'collections.abc.Callable' instead https://github.com/pandas-dev/pandas/blob/e7d2c7a537d1aebf7b93acb4c75b49e73dd8b600/pandas/io/formats/css.py#L67 - deprecated-typing-alias:
'typing.Callable' is deprecated, use 'collections.abc.Callable' instead https://github.com/pandas-dev/pandas/blob/e7d2c7a537d1aebf7b93acb4c75b49e73dd8b600/pandas/io/formats/style.py#L94 - deprecated-typing-alias:
'typing.Callable' is deprecated, use 'collections.abc.Callable' instead https://github.com/pandas-dev/pandas/blob/e7d2c7a537d1aebf7b93acb4c75b49e73dd8b600/pandas/io/formats/style.py#L1701 - deprecated-typing-alias:
'typing.Callable' is deprecated, use 'collections.abc.Callable' instead https://github.com/pandas-dev/pandas/blob/e7d2c7a537d1aebf7b93acb4c75b49e73dd8b600/pandas/io/formats/style.py#L1761 - deprecated-typing-alias:
'typing.Callable' is deprecated, use 'collections.abc.Callable' instead https://github.com/pandas-dev/pandas/blob/e7d2c7a537d1aebf7b93acb4c75b49e73dd8b600/pandas/io/formats/style.py#L1853 - deprecated-typing-alias:
'typing.Callable' is deprecated, use 'collections.abc.Callable' instead https://github.com/pandas-dev/pandas/blob/e7d2c7a537d1aebf7b93acb4c75b49e73dd8b600/pandas/io/formats/style.py#L1887 - deprecated-typing-alias:
'typing.Callable' is deprecated, use 'collections.abc.Callable' instead https://github.com/pandas-dev/pandas/blob/e7d2c7a537d1aebf7b93acb4c75b49e73dd8b600/pandas/io/formats/style.py#L1975 - deprecated-typing-alias:
'typing.Callable' is deprecated, use 'collections.abc.Callable' instead https://github.com/pandas-dev/pandas/blob/e7d2c7a537d1aebf7b93acb4c75b49e73dd8b600/pandas/io/formats/style.py#L1991 - deprecated-typing-alias:
'typing.Callable' is deprecated, use 'collections.abc.Callable' instead https://github.com/pandas-dev/pandas/blob/e7d2c7a537d1aebf7b93acb4c75b49e73dd8b600/pandas/io/formats/style.py#L2025 - deprecated-typing-alias:
'typing.Callable' is deprecated, use 'collections.abc.Callable' instead https://github.com/pandas-dev/pandas/blob/e7d2c7a537d1aebf7b93acb4c75b49e73dd8b600/pandas/io/formats/style.py#L2035 - deprecated-typing-alias:
'typing.Callable' is deprecated, use 'collections.abc.Callable' instead https://github.com/pandas-dev/pandas/blob/e7d2c7a537d1aebf7b93acb4c75b49e73dd8b600/pandas/io/formats/style.py#L2096 - deprecated-typing-alias:
'typing.Callable' is deprecated, use 'collections.abc.Callable' instead https://github.com/pandas-dev/pandas/blob/e7d2c7a537d1aebf7b93acb4c75b49e73dd8b600/pandas/io/formats/style.py#L3069 - deprecated-typing-alias:
'typing.Callable' is deprecated, use 'collections.abc.Callable' instead https://github.com/pandas-dev/pandas/blob/e7d2c7a537d1aebf7b93acb4c75b49e73dd8b600/pandas/io/formats/style.py#L3629 - deprecated-typing-alias:
'typing.Callable' is deprecated, use 'collections.abc.Callable' instead https://github.com/pandas-dev/pandas/blob/e7d2c7a537d1aebf7b93acb4c75b49e73dd8b600/pandas/io/json/_json.py#L125 - deprecated-typing-alias:
'typing.Callable' is deprecated, use 'collections.abc.Callable' instead https://github.com/pandas-dev/pandas/blob/e7d2c7a537d1aebf7b93acb4c75b49e73dd8b600/pandas/io/json/_json.py#L144 - deprecated-typing-alias:
'typing.Callable' is deprecated, use 'collections.abc.Callable' instead https://github.com/pandas-dev/pandas/blob/e7d2c7a537d1aebf7b93acb4c75b49e73dd8b600/pandas/io/json/_json.py#L234 - deprecated-typing-alias:
'typing.Callable' is deprecated, use 'collections.abc.Callable' instead https://github.com/pandas-dev/pandas/blob/e7d2c7a537d1aebf7b93acb4c75b49e73dd8b600/pandas/io/json/_json.py#L333 - deprecated-typing-alias:
'typing.Callable' is deprecated, use 'collections.abc.Callable' instead https://github.com/pandas-dev/pandas/blob/e7d2c7a537d1aebf7b93acb4c75b49e73dd8b600/pandas/io/json/_json.py#L991 - deprecated-typing-alias:
'typing.Callable' is deprecated, use 'collections.abc.Callable' instead https://github.com/pandas-dev/pandas/blob/e7d2c7a537d1aebf7b93acb4c75b49e73dd8b600/pandas/io/excel/_base.py#L401 - deprecated-typing-alias:
'typing.Callable' is deprecated, use 'collections.abc.Callable' instead https://github.com/pandas-dev/pandas/blob/e7d2c7a537d1aebf7b93acb4c75b49e73dd8b600/pandas/io/excel/_base.py#L401 - deprecated-typing-alias:
'typing.Callable' is deprecated, use 'collections.abc.Callable' instead https://github.com/pandas-dev/pandas/blob/e7d2c7a537d1aebf7b93acb4c75b49e73dd8b600/pandas/io/excel/_base.py#L404 - deprecated-typing-alias:
'typing.Callable' is deprecated, use 'collections.abc.Callable' instead https://github.com/pandas-dev/pandas/blob/e7d2c7a537d1aebf7b93acb4c75b49e73dd8b600/pandas/io/excel/_base.py#L411 - deprecated-typing-alias:
'typing.Callable' is deprecated, use 'collections.abc.Callable' instead https://github.com/pandas-dev/pandas/blob/e7d2c7a537d1aebf7b93acb4c75b49e73dd8b600/pandas/io/excel/_base.py#L436 - deprecated-typing-alias:
'typing.Callable' is deprecated, use 'collections.abc.Callable' instead https://github.com/pandas-dev/pandas/blob/e7d2c7a537d1aebf7b93acb4c75b49e73dd8b600/pandas/io/excel/_base.py#L440 - deprecated-typing-alias:
'typing.Callable' is deprecated, use 'collections.abc.Callable' instead https://github.com/pandas-dev/pandas/blob/e7d2c7a537d1aebf7b93acb4c75b49e73dd8b600/pandas/io/excel/_base.py#L440 - deprecated-typing-alias:
'typing.Callable' is deprecated, use 'collections.abc.Callable' instead https://github.com/pandas-dev/pandas/blob/e7d2c7a537d1aebf7b93acb4c75b49e73dd8b600/pandas/io/excel/_base.py#L443 - deprecated-typing-alias:
'typing.Callable' is deprecated, use 'collections.abc.Callable' instead https://github.com/pandas-dev/pandas/blob/e7d2c7a537d1aebf7b93acb4c75b49e73dd8b600/pandas/io/excel/_base.py#L450 - deprecated-typing-alias:
'typing.Callable' is deprecated, use 'collections.abc.Callable' instead https://github.com/pandas-dev/pandas/blob/e7d2c7a537d1aebf7b93acb4c75b49e73dd8b600/pandas/io/excel/_base.py#L475 - deprecated-typing-alias:
'typing.Callable' is deprecated, use 'collections.abc.Callable' instead https://github.com/pandas-dev/pandas/blob/e7d2c7a537d1aebf7b93acb4c75b49e73dd8b600/pandas/io/excel/_base.py#L479 - deprecated-typing-alias:
'typing.Callable' is deprecated, use 'collections.abc.Callable' instead https://github.com/pandas-dev/pandas/blob/e7d2c7a537d1aebf7b93acb4c75b49e73dd8b600/pandas/io/excel/_base.py#L479 - deprecated-typing-alias:
'typing.Callable' is deprecated, use 'collections.abc.Callable' instead https://github.com/pandas-dev/pandas/blob/e7d2c7a537d1aebf7b93acb4c75b49e73dd8b600/pandas/io/excel/_base.py#L482 - deprecated-typing-alias:
'typing.Callable' is deprecated, use 'collections.abc.Callable' instead https://github.com/pandas-dev/pandas/blob/e7d2c7a537d1aebf7b93acb4c75b49e73dd8b600/pandas/io/excel/_base.py#L489 - deprecated-typing-alias:
'typing.Callable' is deprecated, use 'collections.abc.Callable' instead https://github.com/pandas-dev/pandas/blob/e7d2c7a537d1aebf7b93acb4c75b49e73dd8b600/pandas/io/excel/_base.py#L639 - deprecated-typing-alias:
'typing.Callable' is deprecated, use 'collections.abc.Callable' instead https://github.com/pandas-dev/pandas/blob/e7d2c7a537d1aebf7b93acb4c75b49e73dd8b600/pandas/io/excel/_base.py#L670 - deprecated-typing-alias:
'typing.Callable' is deprecated, use 'collections.abc.Callable' instead https://github.com/pandas-dev/pandas/blob/e7d2c7a537d1aebf7b93acb4c75b49e73dd8b600/pandas/io/excel/_base.py#L740 - deprecated-typing-alias:
'typing.Callable' is deprecated, use 'collections.abc.Callable' instead https://github.com/pandas-dev/pandas/blob/e7d2c7a537d1aebf7b93acb4c75b49e73dd8b600/pandas/io/excel/_base.py#L745 - deprecated-typing-alias:
'typing.Callable' is deprecated, use 'collections.abc.Callable' instead https://github.com/pandas-dev/pandas/blob/e7d2c7a537d1aebf7b93acb4c75b49e73dd8b600/pandas/io/excel/_base.py#L1599 - deprecated-typing-alias:
'typing.Callable' is deprecated, use 'collections.abc.Callable' instead https://github.com/pandas-dev/pandas/blob/e7d2c7a537d1aebf7b93acb4c75b49e73dd8b600/pandas/io/excel/_base.py#L1603 - deprecated-typing-alias:
'typing.Callable' is deprecated, use 'collections.abc.Callable' instead https://github.com/pandas-dev/pandas/blob/e7d2c7a537d1aebf7b93acb4c75b49e73dd8b600/pandas/io/excel/_util.py#L29 - deprecated-typing-alias:
'typing.Callable' is deprecated, use 'collections.abc.Callable' instead https://github.com/pandas-dev/pandas/blob/e7d2c7a537d1aebf7b93acb4c75b49e73dd8b600/pandas/io/parsers/readers.py#L655 - deprecated-typing-alias:
'typing.Callable' is deprecated, use 'collections.abc.Callable' instead https://github.com/pandas-dev/pandas/blob/e7d2c7a537d1aebf7b93acb4c75b49e73dd8b600/pandas/io/parsers/readers.py#L668 - deprecated-typing-alias:
'typing.Callable' is deprecated, use 'collections.abc.Callable' instead https://github.com/pandas-dev/pandas/blob/e7d2c7a537d1aebf7b93acb4c75b49e73dd8b600/pandas/io/parsers/readers.py#L710 - deprecated-typing-alias:
'typing.Callable' is deprecated, use 'collections.abc.Callable' instead https://github.com/pandas-dev/pandas/blob/e7d2c7a537d1aebf7b93acb4c75b49e73dd8b600/pandas/io/parsers/readers.py#L714 - deprecated-typing-alias:
'typing.Callable' is deprecated, use 'collections.abc.Callable' instead https://github.com/pandas-dev/pandas/blob/e7d2c7a537d1aebf7b93acb4c75b49e73dd8b600/pandas/io/parsers/readers.py#L728 - deprecated-typing-alias:
'typing.Callable' is deprecated, use 'collections.abc.Callable' instead https://github.com/pandas-dev/pandas/blob/e7d2c7a537d1aebf7b93acb4c75b49e73dd8b600/pandas/io/parsers/readers.py#L770 - deprecated-typing-alias:
'typing.Callable' is deprecated, use 'collections.abc.Callable' instead https://github.com/pandas-dev/pandas/blob/e7d2c7a537d1aebf7b93acb4c75b49e73dd8b600/pandas/io/parsers/readers.py#L774 - deprecated-typing-alias:
'typing.Callable' is deprecated, use 'collections.abc.Callable' instead https://github.com/pandas-dev/pandas/blob/e7d2c7a537d1aebf7b93acb4c75b49e73dd8b600/pandas/io/parsers/readers.py#L788 - deprecated-typing-alias:
'typing.Callable' is deprecated, use 'collections.abc.Callable' instead https://github.com/pandas-dev/pandas/blob/e7d2c7a537d1aebf7b93acb4c75b49e73dd8b600/pandas/io/parsers/readers.py#L830 - deprecated-typing-alias:
'typing.Callable' is deprecated, use 'collections.abc.Callable' instead https://github.com/pandas-dev/pandas/blob/e7d2c7a537d1aebf7b93acb4c75b49e73dd8b600/pandas/io/parsers/readers.py#L834 - deprecated-typing-alias:
'typing.Callable' is deprecated, use 'collections.abc.Callable' instead https://github.com/pandas-dev/pandas/blob/e7d2c7a537d1aebf7b93acb4c75b49e73dd8b600/pandas/io/parsers/readers.py#L848 - deprecated-typing-alias:
'typing.Callable' is deprecated, use 'collections.abc.Callable' instead https://github.com/pandas-dev/pandas/blob/e7d2c7a537d1aebf7b93acb4c75b49e73dd8b600/pandas/io/parsers/readers.py#L902 - deprecated-typing-alias:
'typing.Callable' is deprecated, use 'collections.abc.Callable' instead https://github.com/pandas-dev/pandas/blob/e7d2c7a537d1aebf7b93acb4c75b49e73dd8b600/pandas/io/parsers/readers.py#L906 - deprecated-typing-alias:
'typing.Callable' is deprecated, use 'collections.abc.Callable' instead https://github.com/pandas-dev/pandas/blob/e7d2c7a537d1aebf7b93acb4c75b49e73dd8b600/pandas/io/parsers/readers.py#L922 - deprecated-typing-alias:
'typing.Callable' is deprecated, use 'collections.abc.Callable' instead https://github.com/pandas-dev/pandas/blob/e7d2c7a537d1aebf7b93acb4c75b49e73dd8b600/pandas/io/parsers/readers.py#L996 - deprecated-typing-alias:
'typing.Callable' is deprecated, use 'collections.abc.Callable' instead https://github.com/pandas-dev/pandas/blob/e7d2c7a537d1aebf7b93acb4c75b49e73dd8b600/pandas/io/parsers/readers.py#L1000 - deprecated-typing-alias:
'typing.Callable' is deprecated, use 'collections.abc.Callable' instead https://github.com/pandas-dev/pandas/blob/e7d2c7a537d1aebf7b93acb4c75b49e73dd8b600/pandas/io/parsers/readers.py#L1011 - deprecated-typing-alias:
'typing.Callable' is deprecated, use 'collections.abc.Callable' instead https://github.com/pandas-dev/pandas/blob/e7d2c7a537d1aebf7b93acb4c75b49e73dd8b600/pandas/io/parsers/readers.py#L1053 - deprecated-typing-alias:
'typing.Callable' is deprecated, use 'collections.abc.Callable' instead https://github.com/pandas-dev/pandas/blob/e7d2c7a537d1aebf7b93acb4c75b49e73dd8b600/pandas/io/parsers/readers.py#L1057 - deprecated-typing-alias:
'typing.Callable' is deprecated, use 'collections.abc.Callable' instead https://github.com/pandas-dev/pandas/blob/e7d2c7a537d1aebf7b93acb4c75b49e73dd8b600/pandas/io/parsers/readers.py#L1068 - deprecated-typing-alias:
'typing.Callable' is deprecated, use 'collections.abc.Callable' instead https://github.com/pandas-dev/pandas/blob/e7d2c7a537d1aebf7b93acb4c75b49e73dd8b600/pandas/io/parsers/readers.py#L1110 - deprecated-typing-alias:
'typing.Callable' is deprecated, use 'collections.abc.Callable' instead https://github.com/pandas-dev/pandas/blob/e7d2c7a537d1aebf7b93acb4c75b49e73dd8b600/pandas/io/parsers/readers.py#L1114 - deprecated-typing-alias:
'typing.Callable' is deprecated, use 'collections.abc.Callable' instead https://github.com/pandas-dev/pandas/blob/e7d2c7a537d1aebf7b93acb4c75b49e73dd8b600/pandas/io/parsers/readers.py#L1125 - deprecated-typing-alias:
'typing.Callable' is deprecated, use 'collections.abc.Callable' instead https://github.com/pandas-dev/pandas/blob/e7d2c7a537d1aebf7b93acb4c75b49e73dd8b600/pandas/io/parsers/readers.py#L1167 - deprecated-typing-alias:
'typing.Callable' is deprecated, use 'collections.abc.Callable' instead https://github.com/pandas-dev/pandas/blob/e7d2c7a537d1aebf7b93acb4c75b49e73dd8b600/pandas/io/parsers/readers.py#L1171 - deprecated-typing-alias:
'typing.Callable' is deprecated, use 'collections.abc.Callable' instead https://github.com/pandas-dev/pandas/blob/e7d2c7a537d1aebf7b93acb4c75b49e73dd8b600/pandas/io/parsers/readers.py#L1182 - deprecated-typing-alias:
'typing.Callable' is deprecated, use 'collections.abc.Callable' instead https://github.com/pandas-dev/pandas/blob/e7d2c7a537d1aebf7b93acb4c75b49e73dd8b600/pandas/io/parsers/readers.py#L1238 - deprecated-typing-alias:
'typing.Callable' is deprecated, use 'collections.abc.Callable' instead https://github.com/pandas-dev/pandas/blob/e7d2c7a537d1aebf7b93acb4c75b49e73dd8b600/pandas/io/parsers/readers.py#L1242 - deprecated-typing-alias:
'typing.Callable' is deprecated, use 'collections.abc.Callable' instead https://github.com/pandas-dev/pandas/blob/e7d2c7a537d1aebf7b93acb4c75b49e73dd8b600/pandas/io/parsers/readers.py#L1255 - deprecated-typing-alias:
'typing.Callable' is deprecated, use 'collections.abc.Callable' instead https://github.com/pandas-dev/pandas/blob/e7d2c7a537d1aebf7b93acb4c75b49e73dd8b600/pandas/io/parsers/base_parser.py#L930 - deprecated-typing-alias:
'typing.Callable' is deprecated, use 'collections.abc.Callable' instead https://github.com/pandas-dev/pandas/blob/e7d2c7a537d1aebf7b93acb4c75b49e73dd8b600/pandas/io/parsers/base_parser.py#L1345
The following messages are no longer emitted: - deprecated-typing-alias:
'typing.Callable' is deprecated, use 'collections.abc.Callable' instead https://github.com/pandas-dev/pandas/blob/e7d2c7a537d1aebf7b93acb4c75b49e73dd8b600/pandas/plotting/_core.py#L1416 - deprecated-typing-alias:
'typing.Callable' is deprecated, use 'collections.abc.Callable' instead https://github.com/pandas-dev/pandas/blob/e7d2c7a537d1aebf7b93acb4c75b49e73dd8b600/pandas/plotting/_core.py#L1758 - deprecated-typing-alias:
'typing.Callable' is deprecated, use 'collections.abc.Callable' instead https://github.com/pandas-dev/pandas/blob/e7d2c7a537d1aebf7b93acb4c75b49e73dd8b600/pandas/_testing/_io.py#L143 - deprecated-typing-alias:
'typing.Callable' is deprecated, use 'collections.abc.Callable' instead https://github.com/pandas-dev/pandas/blob/e7d2c7a537d1aebf7b93acb4c75b49e73dd8b600/pandas/_testing/__init__.py#L510 - deprecated-typing-alias:
'typing.Callable' is deprecated, use 'collections.abc.Callable' instead https://github.com/pandas-dev/pandas/blob/e7d2c7a537d1aebf7b93acb4c75b49e73dd8b600/pandas/_testing/__init__.py#L662 - deprecated-typing-alias:
'typing.Callable' is deprecated, use 'collections.abc.Callable' instead https://github.com/pandas-dev/pandas/blob/e7d2c7a537d1aebf7b93acb4c75b49e73dd8b600/pandas/_testing/__init__.py#L966 - deprecated-typing-alias:
'typing.Callable' is deprecated, use 'collections.abc.Callable' instead https://github.com/pandas-dev/pandas/blob/e7d2c7a537d1aebf7b93acb4c75b49e73dd8b600/pandas/core/nanops.py#L1612 - deprecated-typing-alias:
'typing.Callable' is deprecated, use 'collections.abc.Callable' instead https://github.com/pandas-dev/pandas/blob/e7d2c7a537d1aebf7b93acb4c75b49e73dd8b600/pandas/core/config_init.py#L872 - deprecated-typing-alias:
'typing.Callable' is deprecated, use 'collections.abc.Callable' instead https://github.com/pandas-dev/pandas/blob/e7d2c7a537d1aebf7b93acb4c75b49e73dd8b600/pandas/core/resample.py#L279 - deprecated-typing-alias:
'typing.Callable' is deprecated, use 'collections.abc.Callable' instead https://github.com/pandas-dev/pandas/blob/e7d2c7a537d1aebf7b93acb4c75b49e73dd8b600/pandas/core/resample.py#L279 - deprecated-typing-alias:
'typing.Callable' is deprecated, use 'collections.abc.Callable' instead https://github.com/pandas-dev/pandas/blob/e7d2c7a537d1aebf7b93acb4c75b49e73dd8b600/pandas/core/resample.py#L2859 - deprecated-typing-alias:
'typing.Callable' is deprecated, use 'collections.abc.Callable' instead https://github.com/pandas-dev/pandas/blob/e7d2c7a537d1aebf7b93acb4c75b49e73dd8b600/pandas/core/accessor.py#L70 - deprecated-typing-alias:
'typing.Callable' is deprecated, use 'collections.abc.Callable' instead https://github.com/pandas-dev/pandas/blob/e7d2c7a537d1aebf7b93acb4c75b49e73dd8b600/pandas/core/accessor.py#L141 - deprecated-typing-alias:
'typing.Callable' is deprecated, use 'collections.abc.Callable' instead https://github.com/pandas-dev/pandas/blob/e7d2c7a537d1aebf7b93acb4c75b49e73dd8b600/pandas/core/sorting.py#L305 - deprecated-typing-alias:
'typing.Callable' is deprecated, use 'collections.abc.Callable' instead https://github.com/pandas-dev/pandas/blob/e7d2c7a537d1aebf7b93acb4c75b49e73dd8b600/pandas/core/sorting.py#L374 - deprecated-typing-alias:
'typing.Callable' is deprecated, use 'collections.abc.Callable' instead https://github.com/pandas-dev/pandas/blob/e7d2c7a537d1aebf7b93acb4c75b49e73dd8b600/pandas/core/sorting.py#L498 - deprecated-typing-alias:
'typing.Callable' is deprecated, use 'collections.abc.Callable' instead https://github.com/pandas-dev/pandas/blob/e7d2c7a537d1aebf7b93acb4c75b49e73dd8b600/pandas/core/sorting.py#L547 - deprecated-typing-alias:
'typing.Callable' is deprecated, use 'collections.abc.Callable' instead https://github.com/pandas-dev/pandas/blob/e7d2c7a537d1aebf7b93acb4c75b49e73dd8b600/pandas/core/series.py#L631 - deprecated-typing-alias:
'typing.Callable' is deprecated, use 'collections.abc.Callable' instead https://github.com/pandas-dev/pandas/blob/e7d2c7a537d1aebf7b93acb4c75b49e73dd8b600/pandas/core/series.py#L645 - deprecated-typing-alias:
'typing.Callable' is deprecated, use 'collections.abc.Callable' instead https://github.com/pandas-dev/pandas/blob/e7d2c7a537d1aebf7b93acb4c75b49e73dd8b600/pandas/core/series.py#L3322 - deprecated-typing-alias:
'typing.Callable' is deprecated, use 'collections.abc.Callable' instead https://github.com/pandas-dev/pandas/blob/e7d2c7a537d1aebf7b93acb4c75b49e73dd8b600/pandas/core/series.py#L4535 - deprecated-typing-alias:
'typing.Callable' is deprecated, use 'collections.abc.Callable' instead https://github.com/pandas-dev/pandas/blob/e7d2c7a537d1aebf7b93acb4c75b49e73dd8b600/pandas/core/generic.py#L515 - deprecated-typing-alias:
'typing.Callable' is deprecated, use 'collections.abc.Callable' instead https://github.com/pandas-dev/pandas/blob/e7d2c7a537d1aebf7b93acb4c75b49e73dd8b600/pandas/core/generic.py#L2392 - deprecated-typing-alias:
'typing.Callable' is deprecated, use 'collections.abc.Callable' instead https://github.com/pandas-dev/pandas/blob/e7d2c7a537d1aebf7b93acb4c75b49e73dd8b600/pandas/core/generic.py#L2836 - deprecated-typing-alias:
'typing.Callable' is deprecated, use 'collections.abc.Callable' instead https://github.com/pandas-dev/pandas/blob/e7d2c7a537d1aebf7b93acb4c75b49e73dd8b600/pandas/core/generic.py#L3549 - deprecated-typing-alias:
'typing.Callable' is deprecated, use 'collections.abc.Callable' instead https://github.com/pandas-dev/pandas/blob/e7d2c7a537d1aebf7b93acb4c75b49e73dd8b600/pandas/core/generic.py#L3559 - deprecated-typing-alias:
'typing.Callable' is deprecated, use 'collections.abc.Callable' instead https://github.com/pandas-dev/pandas/blob/e7d2c7a537d1aebf7b93acb4c75b49e73dd8b600/pandas/core/generic.py#L3706 - deprecated-typing-alias:
'typing.Callable' is deprecated, use 'collections.abc.Callable' instead https://github.com/pandas-dev/pandas/blob/e7d2c7a537d1aebf7b93acb4c75b49e73dd8b600/pandas/core/generic.py#L3733 - deprecated-typing-alias:
'typing.Callable' is deprecated, use 'collections.abc.Callable' instead https://github.com/pandas-dev/pandas/blob/e7d2c7a537d1aebf7b93acb4c75b49e73dd8b600/pandas/core/generic.py#L3767 - deprecated-typing-alias:
'typing.Callable' is deprecated, use 'collections.abc.Callable' instead https://github.com/pandas-dev/pandas/blob/e7d2c7a537d1aebf7b93acb4c75b49e73dd8b600/pandas/core/generic.py#L6078 - deprecated-typing-alias:
'typing.Callable' is deprecated, use 'collections.abc.Callable' instead https://github.com/pandas-dev/pandas/blob/e7d2c7a537d1aebf7b93acb4c75b49e73dd8b600/pandas/core/generic.py#L6078 - deprecated-typing-alias:
'typing.Callable' is deprecated, use 'collections.abc.Callable' instead https://github.com/pandas-dev/pandas/blob/e7d2c7a537d1aebf7b93acb4c75b49e73dd8b600/pandas/core/apply.py#L822 - deprecated-typing-alias:
'typing.Callable' is deprecated, use 'collections.abc.Callable' instead https://github.com/pandas-dev/pandas/blob/e7d2c7a537d1aebf7b93acb4c75b49e73dd8b600/pandas/core/apply.py#L1144 - deprecated-typing-alias:
'typing.Callable' is deprecated, use 'collections.abc.Callable' instead https://github.com/pandas-dev/pandas/blob/e7d2c7a537d1aebf7b93acb4c75b49e73dd8b600/pandas/core/apply.py#L1171 - deprecated-typing-alias:
'typing.Callable' is deprecated, use 'collections.abc.Callable' instead https://github.com/pandas-dev/pandas/blob/e7d2c7a537d1aebf7b93acb4c75b49e73dd8b600/pandas/core/apply.py#L1270 - deprecated-typing-alias:
'typing.Callable' is deprecated, use 'collections.abc.Callable' instead https://github.com/pandas-dev/pandas/blob/e7d2c7a537d1aebf7b93acb4c75b49e73dd8b600/pandas/core/apply.py#L1298 - deprecated-typing-alias:
'typing.Callable' is deprecated, use 'collections.abc.Callable' instead https://github.com/pandas-dev/pandas/blob/e7d2c7a537d1aebf7b93acb4c75b49e73dd8b600/pandas/core/apply.py#L1467 - deprecated-typing-alias:
'typing.Callable' is deprecated, use 'collections.abc.Callable' instead https://github.com/pandas-dev/pandas/blob/e7d2c7a537d1aebf7b93acb4c75b49e73dd8b600/pandas/core/apply.py#L1793 - deprecated-typing-alias:
'typing.Callable' is deprecated, use 'collections.abc.Callable' instead https://github.com/pandas-dev/pandas/blob/e7d2c7a537d1aebf7b93acb4c75b49e73dd8b600/pandas/core/apply.py#L1979 - deprecated-typing-alias:
'typing.Callable' is deprecated, use 'collections.abc.Callable' instead https://github.com/pandas-dev/pandas/blob/e7d2c7a537d1aebf7b93acb4c75b49e73dd8b600/pandas/core/apply.py#L2021 - deprecated-typing-alias:
'typing.Callable' is deprecated, use 'collections.abc.Callable' instead https://github.com/pandas-dev/pandas/blob/e7d2c7a537d1aebf7b93acb4c75b49e73dd8b600/pandas/core/common.py#L464 - deprecated-typing-alias:
'typing.Callable' is deprecated, use 'collections.abc.Callable' instead https://github.com/pandas-dev/pandas/blob/e7d2c7a537d1aebf7b93acb4c75b49e73dd8b600/pandas/core/frame.py#L654 - deprecated-typing-alias:
'typing.Callable' is deprecated, use 'collections.abc.Callable' instead https://github.com/pandas-dev/pandas/blob/e7d2c7a537d1aebf7b93acb4c75b49e73dd8b600/pandas/core/groupby/numba_.py#L25 - deprecated-typing-alias:
'typing.Callable' is deprecated, use 'collections.abc.Callable' instead https://github.com/pandas-dev/pandas/blob/e7d2c7a537d1aebf7b93acb4c75b49e73dd8b600/pandas/core/groupby/numba_.py#L66 - deprecated-typing-alias:
'typing.Callable' is deprecated, use 'collections.abc.Callable' instead https://github.com/pandas-dev/pandas/blob/e7d2c7a537d1aebf7b93acb4c75b49e73dd8b600/pandas/core/groupby/numba_.py#L70 - redefined-variable-type:
Redefinition of result type from pandas.core.generic.NDFrame to pandas.core.series.Series https://github.com/pandas-dev/pandas/blob/e7d2c7a537d1aebf7b93acb4c75b49e73dd8b600/pandas/core/arrays/sparse/accessor.py#L114 - redefined-variable-type:
Redefinition of expected type from pandas.core.series.Series to pandas.core.frame.DataFrame https://github.com/pandas-dev/pandas/blob/e7d2c7a537d1aebf7b93acb4c75b49e73dd8b600/pandas/tests/series/methods/test_fillna.py#L46
Effect onsentry: The following messages are now emitted: - import-error:
Unable to import 'django.core.cache' https://github.com/getsentry/sentry/blob/76be3252eac06bb2b8aacf7cc0f4f7bcfdef6895/src/sentry/event_manager.py#L29 - no-name-in-module:
No name 'cache' in module 'django.core' https://github.com/getsentry/sentry/blob/76be3252eac06bb2b8aacf7cc0f4f7bcfdef6895/src/sentry/event_manager.py#L29 - import-error:
Unable to import 'django.core.cache' https://github.com/getsentry/sentry/blob/76be3252eac06bb2b8aacf7cc0f4f7bcfdef6895/src/sentry/sdk_updates.py#L4 - no-name-in-module:
No name 'cache' in module 'django.core' https://github.com/getsentry/sentry/blob/76be3252eac06bb2b8aacf7cc0f4f7bcfdef6895/src/sentry/sdk_updates.py#L4 - arguments-differ:
Number of parameters was 5 in 'Signal.connect' and is now 3 in overriding 'BetterSignal.connect' method https://github.com/getsentry/sentry/blob/76be3252eac06bb2b8aacf7cc0f4f7bcfdef6895/src/sentry/signals.py#L57 - not-callable:
receiver is not callable https://github.com/getsentry/sentry/blob/76be3252eac06bb2b8aacf7cc0f4f7bcfdef6895/src/sentry/signals.py#L93 - import-error:
Unable to import 'django.core.cache' https://github.com/getsentry/sentry/blob/76be3252eac06bb2b8aacf7cc0f4f7bcfdef6895/src/sentry/models/group.py#L14 - no-name-in-module:
No name 'cache' in module 'django.core' https://github.com/getsentry/sentry/blob/76be3252eac06bb2b8aacf7cc0f4f7bcfdef6895/src/sentry/models/group.py#L14 - import-error:
Unable to import 'django.core.cache' https://github.com/getsentry/sentry/blob/76be3252eac06bb2b8aacf7cc0f4f7bcfdef6895/src/sentry/models/userip.py#L6 - no-name-in-module:
No name 'cache' in module 'django.core' https://github.com/getsentry/sentry/blob/76be3252eac06bb2b8aacf7cc0f4f7bcfdef6895/src/sentry/models/userip.py#L6 - import-error:
Unable to import 'django.core.cache' https://github.com/getsentry/sentry/blob/76be3252eac06bb2b8aacf7cc0f4f7bcfdef6895/src/sentry/models/eventattachment.py#L3 - no-name-in-module:
No name 'cache' in module 'django.core' https://github.com/getsentry/sentry/blob/76be3252eac06bb2b8aacf7cc0f4f7bcfdef6895/src/sentry/models/eventattachment.py#L3 - import-error:
Unable to import 'django.core.cache' https://github.com/getsentry/sentry/blob/76be3252eac06bb2b8aacf7cc0f4f7bcfdef6895/src/sentry/models/organizationonboardingtask.py#L4 - no-name-in-module:
No name 'cache' in module 'django.core' https://github.com/getsentry/sentry/blob/76be3252eac06bb2b8aacf7cc0f4f7bcfdef6895/src/sentry/models/organizationonboardingtask.py#L4 - deprecated-typing-alias:
'typing.Callable' is deprecated, use 'collections.abc.Callable' instead https://github.com/getsentry/sentry/blob/76be3252eac06bb2b8aacf7cc0f4f7bcfdef6895/src/sentry/api/base.py#L647 - deprecated-typing-alias:
'typing.Callable' is deprecated, use 'collections.abc.Callable' instead https://github.com/getsentry/sentry/blob/76be3252eac06bb2b8aacf7cc0f4f7bcfdef6895/src/sentry/api/base.py#L650 - import-error:
Unable to import 'django.core.cache' https://github.com/getsentry/sentry/blob/76be3252eac06bb2b8aacf7cc0f4f7bcfdef6895/src/sentry/api/bases/organization.py#L6 - no-name-in-module:
No name 'cache' in module 'django.core' https://github.com/getsentry/sentry/blob/76be3252eac06bb2b8aacf7cc0f4f7bcfdef6895/src/sentry/api/bases/organization.py#L6 - import-error:
Unable to import 'django.core.cache' https://github.com/getsentry/sentry/blob/76be3252eac06bb2b8aacf7cc0f4f7bcfdef6895/src/sentry/api/endpoints/project_release_setup.py#L1 - no-name-in-module:
No name 'cache' in module 'django.core' https://github.com/getsentry/sentry/blob/76be3252eac06bb2b8aacf7cc0f4f7bcfdef6895/src/sentry/api/endpoints/project_release_setup.py#L1 - import-error:
Unable to import 'django.core.cache' https://github.com/getsentry/sentry/blob/76be3252eac06bb2b8aacf7cc0f4f7bcfdef6895/src/sentry/api/endpoints/organization_events_has_measurements.py#L4 - no-name-in-module:
No name 'cache' in module 'django.core' https://github.com/getsentry/sentry/blob/76be3252eac06bb2b8aacf7cc0f4f7bcfdef6895/src/sentry/api/endpoints/organization_events_has_measurements.py#L4 - not-an-iterable:
Non-iterable value team_list is used in an iterating context https://github.com/getsentry/sentry/blob/76be3252eac06bb2b8aacf7cc0f4f7bcfdef6895/src/sentry/api/endpoints/organization_stats.py#L56 - import-error:
Unable to import 'django.core.cache' https://github.com/getsentry/sentry/blob/76be3252eac06bb2b8aacf7cc0f4f7bcfdef6895/src/sentry/api/serializers/models/release.py#L8 - no-name-in-module:
No name 'cache' in module 'django.core' https://github.com/getsentry/sentry/blob/76be3252eac06bb2b8aacf7cc0f4f7bcfdef6895/src/sentry/api/serializers/models/release.py#L8 - import-error:
Unable to import 'django.core.cache' https://github.com/getsentry/sentry/blob/76be3252eac06bb2b8aacf7cc0f4f7bcfdef6895/src/sentry/integrations/bitbucket_server/repository.py#L3 - no-name-in-module:
No name 'cache' in module 'django.core' https://github.com/getsentry/sentry/blob/76be3252eac06bb2b8aacf7cc0f4f7bcfdef6895/src/sentry/integrations/bitbucket_server/repository.py#L3 - import-error:
Unable to import 'django.core.cache' https://github.com/getsentry/sentry/blob/76be3252eac06bb2b8aacf7cc0f4f7bcfdef6895/src/sentry/integrations/aws_lambda/utils.py#L5 - no-name-in-module:
No name 'cache' in module 'django.core' https://github.com/getsentry/sentry/blob/76be3252eac06bb2b8aacf7cc0f4f7bcfdef6895/src/sentry/integrations/aws_lambda/utils.py#L5 - super-init-not-called:
init method from base class 'File' is not called https://github.com/getsentry/sentry/blob/76be3252eac06bb2b8aacf7cc0f4f7bcfdef6895/src/sentry/filestore/s3.py#L129 - invalid-overridden-method:
Method 'size' was expected to be 'method', found it instead as 'property' https://github.com/getsentry/sentry/blob/76be3252eac06bb2b8aacf7cc0f4f7bcfdef6895/src/sentry/filestore/s3.py#L155 - super-init-not-called:
init method from base class 'File' is not called https://github.com/getsentry/sentry/blob/76be3252eac06bb2b8aacf7cc0f4f7bcfdef6895/src/sentry/filestore/gcs.py#L156 - invalid-overridden-method:
Method 'size' was expected to be 'method', found it instead as 'property' https://github.com/getsentry/sentry/blob/76be3252eac06bb2b8aacf7cc0f4f7bcfdef6895/src/sentry/filestore/gcs.py#L170 - import-error:
Unable to import 'django.core.cache' https://github.com/getsentry/sentry/blob/76be3252eac06bb2b8aacf7cc0f4f7bcfdef6895/src/sentry/auth/authenticators/base.py#L6 - no-name-in-module:
No name 'cache' in module 'django.core' https://github.com/getsentry/sentry/blob/76be3252eac06bb2b8aacf7cc0f4f7bcfdef6895/src/sentry/auth/authenticators/base.py#L6 - import-error:
Unable to import 'django.core.cache' https://github.com/getsentry/sentry/blob/76be3252eac06bb2b8aacf7cc0f4f7bcfdef6895/src/sentry/hybridcloud/rpc/services/caching/impl.py#L3 - no-name-in-module:
No name 'cache' in module 'django.core' https://github.com/getsentry/sentry/blob/76be3252eac06bb2b8aacf7cc0f4f7bcfdef6895/src/sentry/hybridcloud/rpc/services/caching/impl.py#L3 - import-error:
Unable to import 'django.core.cache' https://github.com/getsentry/sentry/blob/76be3252eac06bb2b8aacf7cc0f4f7bcfdef6895/src/sentry/runner/initializer.py#L553 - no-name-in-module:
No name 'cache' in module 'django.core' https://github.com/getsentry/sentry/blob/76be3252eac06bb2b8aacf7cc0f4f7bcfdef6895/src/sentry/runner/initializer.py#L553 - import-error:
Unable to import 'django.core.cache' https://github.com/getsentry/sentry/blob/76be3252eac06bb2b8aacf7cc0f4f7bcfdef6895/src/sentry/testutils/cases.py#L26 - no-name-in-module:
No name 'cache' in module 'django.core' https://github.com/getsentry/sentry/blob/76be3252eac06bb2b8aacf7cc0f4f7bcfdef6895/src/sentry/testutils/cases.py#L26 - import-error:
Unable to import 'django.core.cache' https://github.com/getsentry/sentry/blob/76be3252eac06bb2b8aacf7cc0f4f7bcfdef6895/src/sentry/testutils/pytest/fixtures.py#L20 - no-name-in-module:
No name 'cache' in module 'django.core' https://github.com/getsentry/sentry/blob/76be3252eac06bb2b8aacf7cc0f4f7bcfdef6895/src/sentry/testutils/pytest/fixtures.py#L20 - import-error:
Unable to import 'django.core.cache' https://github.com/getsentry/sentry/blob/76be3252eac06bb2b8aacf7cc0f4f7bcfdef6895/src/sentry/ingest/consumer/processors.py#L8 - no-name-in-module:
No name 'cache' in module 'django.core' https://github.com/getsentry/sentry/blob/76be3252eac06bb2b8aacf7cc0f4f7bcfdef6895/src/sentry/ingest/consumer/processors.py#L8 - import-error:
Unable to import 'django.core.cache' https://github.com/getsentry/sentry/blob/76be3252eac06bb2b8aacf7cc0f4f7bcfdef6895/src/sentry/rules/processor.py#L20 - no-name-in-module:
No name 'cache' in module 'django.core' https://github.com/getsentry/sentry/blob/76be3252eac06bb2b8aacf7cc0f4f7bcfdef6895/src/sentry/rules/processor.py#L20 - import-error:
Unable to import 'django.core.cache' https://github.com/getsentry/sentry/blob/76be3252eac06bb2b8aacf7cc0f4f7bcfdef6895/src/sentry/rules/conditions/event_frequency.py#L11 - no-name-in-module:
No name 'cache' in module 'django.core' https://github.com/getsentry/sentry/blob/76be3252eac06bb2b8aacf7cc0f4f7bcfdef6895/src/sentry/rules/conditions/event_frequency.py#L11 - import-error:
Unable to import 'django.core.cache' https://github.com/getsentry/sentry/blob/76be3252eac06bb2b8aacf7cc0f4f7bcfdef6895/src/sentry/nodestore/base.py#L6 - no-name-in-module:
No name 'cache' in module 'django.core' https://github.com/getsentry/sentry/blob/76be3252eac06bb2b8aacf7cc0f4f7bcfdef6895/src/sentry/nodestore/base.py#L6 - import-error:
Unable to import 'django.core.files.uploadedfile' https://github.com/getsentry/sentry/blob/76be3252eac06bb2b8aacf7cc0f4f7bcfdef6895/src/sentry/monitors/endpoints/monitor_ingest_checkin_attachment.py#L3 - no-name-in-module:
No name 'uploadedfile' in module 'django.core.files' https://github.com/getsentry/sentry/blob/76be3252eac06bb2b8aacf7cc0f4f7bcfdef6895/src/sentry/monitors/endpoints/monitor_ingest_checkin_attachment.py#L3 - import-error:
Unable to import 'django.core.cache' https://github.com/getsentry/sentry/blob/76be3252eac06bb2b8aacf7cc0f4f7bcfdef6895/src/sentry/cache/django.py#L1 - no-name-in-module:
No name 'cache' in module 'django.core' https://github.com/getsentry/sentry/blob/76be3252eac06bb2b8aacf7cc0f4f7bcfdef6895/src/sentry/cache/django.py#L1 - import-error:
Unable to import 'django.core.cache' https://github.com/getsentry/sentry/blob/76be3252eac06bb2b8aacf7cc0f4f7bcfdef6895/src/sentry/lang/javascript/errormapping.py#L10 - no-name-in-module:
No name 'cache' in module 'django.core' https://github.com/getsentry/sentry/blob/76be3252eac06bb2b8aacf7cc0f4f7bcfdef6895/src/sentry/lang/javascript/errormapping.py#L10 - import-error:
Unable to import 'django.contrib.sessions.backends.base' https://github.com/getsentry/sentry/blob/76be3252eac06bb2b8aacf7cc0f4f7bcfdef6895/src/sentry/services/hybrid_cloud/auth/model.py#L24 - import-error:
Unable to import 'django.core.cache' https://github.com/getsentry/sentry/blob/76be3252eac06bb2b8aacf7cc0f4f7bcfdef6895/src/sentry/grouping/enhancer/__init__.py#L12 - no-name-in-module:
No name 'cache' in module 'django.core' https://github.com/getsentry/sentry/blob/76be3252eac06bb2b8aacf7cc0f4f7bcfdef6895/src/sentry/grouping/enhancer/__init__.py#L12 - import-error:
Unable to import 'django.core.cache' https://github.com/getsentry/sentry/blob/76be3252eac06bb2b8aacf7cc0f4f7bcfdef6895/src/sentry/sentry_metrics/client/snuba.py#L6 - no-name-in-module:
No name 'cache' in module 'django.core' https://github.com/getsentry/sentry/blob/76be3252eac06bb2b8aacf7cc0f4f7bcfdef6895/src/sentry/sentry_metrics/client/snuba.py#L6 - import-error:
Unable to import 'django.core.cache' https://github.com/getsentry/sentry/blob/76be3252eac06bb2b8aacf7cc0f4f7bcfdef6895/src/sentry/sentry_metrics/client/kafka.py#L11 - no-name-in-module:
No name 'cache' in module 'django.core' https://github.com/getsentry/sentry/blob/76be3252eac06bb2b8aacf7cc0f4f7bcfdef6895/src/sentry/sentry_metrics/client/kafka.py#L11 - import-error:
Unable to import 'django.core.cache' https://github.com/getsentry/sentry/blob/76be3252eac06bb2b8aacf7cc0f4f7bcfdef6895/src/sentry/sentry_metrics/indexer/cache.py#L8 - no-name-in-module:
No name 'cache' in module 'django.core' https://github.com/getsentry/sentry/blob/76be3252eac06bb2b8aacf7cc0f4f7bcfdef6895/src/sentry/sentry_metrics/indexer/cache.py#L8 - import-error:
Unable to import 'django.core.cache' https://github.com/getsentry/sentry/blob/76be3252eac06bb2b8aacf7cc0f4f7bcfdef6895/src/sentry/incidents/models.py#L9 - no-name-in-module:
No name 'cache' in module 'django.core' https://github.com/getsentry/sentry/blob/76be3252eac06bb2b8aacf7cc0f4f7bcfdef6895/src/sentry/incidents/models.py#L9 - import-error:
Unable to import 'django.core.cache' https://github.com/getsentry/sentry/blob/76be3252eac06bb2b8aacf7cc0f4f7bcfdef6895/src/sentry/web/client_config.py#L9 - no-name-in-module:
No name 'cache' in module 'django.core' https://github.com/getsentry/sentry/blob/76be3252eac06bb2b8aacf7cc0f4f7bcfdef6895/src/sentry/web/client_config.py#L9 - import-error:
Unable to import 'django.core.cache' https://github.com/getsentry/sentry/blob/76be3252eac06bb2b8aacf7cc0f4f7bcfdef6895/src/sentry/utils/snuba.py#L32 - no-name-in-module:
No name 'cache' in module 'django.core' https://github.com/getsentry/sentry/blob/76be3252eac06bb2b8aacf7cc0f4f7bcfdef6895/src/sentry/utils/snuba.py#L32 - import-error:
Unable to import 'django.core.cache' https://github.com/getsentry/sentry/blob/76be3252eac06bb2b8aacf7cc0f4f7bcfdef6895/src/sentry/utils/committers.py#L20 - no-name-in-module:
No name 'cache' in module 'django.core' https://github.com/getsentry/sentry/blob/76be3252eac06bb2b8aacf7cc0f4f7bcfdef6895/src/sentry/utils/committers.py#L20 - import-error:
Unable to import 'django.core.cache' https://github.com/getsentry/sentry/blob/76be3252eac06bb2b8aacf7cc0f4f7bcfdef6895/src/sentry/utils/cache.py#L3 - no-name-in-module:
No name 'cache' in module 'django.core' https://github.com/getsentry/sentry/blob/76be3252eac06bb2b8aacf7cc0f4f7bcfdef6895/src/sentry/utils/cache.py#L3 - import-error:
Unable to import 'django.core.cache' https://github.com/getsentry/sentry/blob/76be3252eac06bb2b8aacf7cc0f4f7bcfdef6895/src/sentry/quotas/base.py#L7 - no-name-in-module:
No name 'cache' in module 'django.core' https://github.com/getsentry/sentry/blob/76be3252eac06bb2b8aacf7cc0f4f7bcfdef6895/src/sentry/quotas/base.py#L7 - import-error:
Unable to import 'django.core.cache' https://github.com/getsentry/sentry/blob/76be3252eac06bb2b8aacf7cc0f4f7bcfdef6895/src/sentry/tagstore/snuba/backend.py#L10 - no-name-in-module:
No name 'cache' in module 'django.core' https://github.com/getsentry/sentry/blob/76be3252eac06bb2b8aacf7cc0f4f7bcfdef6895/src/sentry/tagstore/snuba/backend.py#L10 - import-error:
Unable to import 'django.core.cache' https://github.com/getsentry/sentry/blob/76be3252eac06bb2b8aacf7cc0f4f7bcfdef6895/src/sentry/shared_integrations/client/base.py#L8 - no-name-in-module:
No name 'cache' in module 'django.core' https://github.com/getsentry/sentry/blob/76be3252eac06bb2b8aacf7cc0f4f7bcfdef6895/src/sentry/shared_integrations/client/base.py#L8 - import-error:
Unable to import 'django.core.cache' https://github.com/getsentry/sentry/blob/76be3252eac06bb2b8aacf7cc0f4f7bcfdef6895/src/sentry/tasks/release_registry.py#L4 - no-name-in-module:
No name 'cache' in module 'django.core' https://github.com/getsentry/sentry/blob/76be3252eac06bb2b8aacf7cc0f4f7bcfdef6895/src/sentry/tasks/release_registry.py#L4
The following messages are no longer emitted: - import-error:
Unable to import 'django.dispatch.dispatcher' https://github.com/getsentry/sentry/blob/76be3252eac06bb2b8aacf7cc0f4f7bcfdef6895/src/sentry/signals.py#L8 - no-name-in-module:
No name 'dispatch' in module 'django' https://github.com/getsentry/sentry/blob/76be3252eac06bb2b8aacf7cc0f4f7bcfdef6895/src/sentry/signals.py#L8 - deprecated-typing-alias:
'typing.Callable' is deprecated, use 'collections.abc.Callable' instead https://github.com/getsentry/sentry/blob/76be3252eac06bb2b8aacf7cc0f4f7bcfdef6895/src/sentry/shared_integrations/client/base.py#L374 - deprecated-typing-alias:
'typing.Callable' is deprecated, use 'collections.abc.Callable' instead https://github.com/getsentry/sentry/blob/76be3252eac06bb2b8aacf7cc0f4f7bcfdef6895/src/sentry/spans/grouping/strategy/base.py#L87 - import-error:
Unable to import 'django.apps' https://github.com/getsentry/sentry/blob/76be3252eac06bb2b8aacf7cc0f4f7bcfdef6895/src/sentry/monitors/apps.py#L1 - no-name-in-module:
No name 'apps' in module 'django' https://github.com/getsentry/sentry/blob/76be3252eac06bb2b8aacf7cc0f4f7bcfdef6895/src/sentry/monitors/apps.py#L1 - missing-function-docstring:
Missing function or method docstring https://github.com/getsentry/sentry/blob/76be3252eac06bb2b8aacf7cc0f4f7bcfdef6895/src/sentry/monitors/apps.py#L7 - too-few-public-methods:
Too few public methods (1/2) https://github.com/getsentry/sentry/blob/76be3252eac06bb2b8aacf7cc0f4f7bcfdef6895/src/sentry/monitors/apps.py#L4 - import-error:
Unable to import 'django.dispatch' https://github.com/getsentry/sentry/blob/76be3252eac06bb2b8aacf7cc0f4f7bcfdef6895/src/sentry/monitors/models.py#L13 - no-name-in-module:
No name 'dispatch' in module 'django' https://github.com/getsentry/sentry/blob/76be3252eac06bb2b8aacf7cc0f4f7bcfdef6895/src/sentry/monitors/models.py#L13 - import-error:
Unable to import 'django.db.models.functions' https://github.com/getsentry/sentry/blob/76be3252eac06bb2b8aacf7cc0f4f7bcfdef6895/src/sentry/monitors/endpoints/organization_monitor_stats.py#L7 - no-name-in-module:
No name 'functions' in module 'django.db.models' https://github.com/getsentry/sentry/blob/76be3252eac06bb2b8aacf7cc0f4f7bcfdef6895/src/sentry/monitors/endpoints/organization_monitor_stats.py#L7 - import-error:
Unable to import 'django.db.models.functions' https://github.com/getsentry/sentry/blob/76be3252eac06bb2b8aacf7cc0f4f7bcfdef6895/src/sentry/monitors/endpoints/organization_monitor_index_stats.py#L8 - no-name-in-module:
No name 'functions' in module 'django.db.models' https://github.com/getsentry/sentry/blob/76be3252eac06bb2b8aacf7cc0f4f7bcfdef6895/src/sentry/monitors/endpoints/organization_monitor_index_stats.py#L8 - import-error:
Unable to import 'django.dispatch' https://github.com/getsentry/sentry/blob/76be3252eac06bb2b8aacf7cc0f4f7bcfdef6895/src/sentry/receivers/tokens.py#L2 - no-name-in-module:
No name 'dispatch' in module 'django' https://github.com/getsentry/sentry/blob/76be3252eac06bb2b8aacf7cc0f4f7bcfdef6895/src/sentry/receivers/tokens.py#L2 - import-error:
Unable to import 'django.dispatch' https://github.com/getsentry/sentry/blob/76be3252eac06bb2b8aacf7cc0f4f7bcfdef6895/src/sentry/receivers/outbox/control.py#L13 - no-name-in-module:
No name 'dispatch' in module 'django' https://github.com/getsentry/sentry/blob/76be3252eac06bb2b8aacf7cc0f4f7bcfdef6895/src/sentry/receivers/outbox/control.py#L13 - import-error:
Unable to import 'django.dispatch' https://github.com/getsentry/sentry/blob/76be3252eac06bb2b8aacf7cc0f4f7bcfdef6895/src/sentry/receivers/outbox/region.py#L12 - no-name-in-module:
No name 'dispatch' in module 'django' https://github.com/getsentry/sentry/blob/76be3252eac06bb2b8aacf7cc0f4f7bcfdef6895/src/sentry/receivers/outbox/region.py#L12 - import-error:
Unable to import 'django.core.files.base' https://github.com/getsentry/sentry/blob/76be3252eac06bb2b8aacf7cc0f4f7bcfdef6895/src/sentry/testutils/factories.py#L19 - no-name-in-module:
No name 'base' in module 'django.core.files' https://github.com/getsentry/sentry/blob/76be3252eac06bb2b8aacf7cc0f4f7bcfdef6895/src/sentry/testutils/factories.py#L19 - import-error:
Unable to import 'django.apps' https://github.com/getsentry/sentry/blob/76be3252eac06bb2b8aacf7cc0f4f7bcfdef6895/src/sentry/testutils/silo.py#L27 - no-name-in-module:
No name 'apps' in module 'django' https://github.com/getsentry/sentry/blob/76be3252eac06bb2b8aacf7cc0f4f7bcfdef6895/src/sentry/testutils/silo.py#L27 - import-error:
Unable to import 'django.apps' https://github.com/getsentry/sentry/blob/76be3252eac06bb2b8aacf7cc0f4f7bcfdef6895/src/sentry/testutils/helpers/backups.py#L15 - no-name-in-module:
No name 'apps' in module 'django' https://github.com/getsentry/sentry/blob/76be3252eac06bb2b8aacf7cc0f4f7bcfdef6895/src/sentry/testutils/helpers/backups.py#L15 - import-error:
Unable to import 'django.apps' https://github.com/getsentry/sentry/blob/76be3252eac06bb2b8aacf7cc0f4f7bcfdef6895/src/sentry/issues/apps.py#L1 - no-name-in-module:
No name 'apps' in module 'django' https://github.com/getsentry/sentry/blob/76be3252eac06bb2b8aacf7cc0f4f7bcfdef6895/src/sentry/issues/apps.py#L1 - missing-function-docstring:
Missing function or method docstring https://github.com/getsentry/sentry/blob/76be3252eac06bb2b8aacf7cc0f4f7bcfdef6895/src/sentry/issues/apps.py#L7 - no-self-use:
Method could be a function https://github.com/getsentry/sentry/blob/76be3252eac06bb2b8aacf7cc0f4f7bcfdef6895/src/sentry/issues/apps.py#L7 - too-few-public-methods:
Too few public methods (1/2) https://github.com/getsentry/sentry/blob/76be3252eac06bb2b8aacf7cc0f4f7bcfdef6895/src/sentry/issues/apps.py#L4 - import-error:
Unable to import 'django.dispatch' https://github.com/getsentry/sentry/blob/76be3252eac06bb2b8aacf7cc0f4f7bcfdef6895/src/sentry/issues/attributes.py#L11 - no-name-in-module:
No name 'dispatch' in module 'django' https://github.com/getsentry/sentry/blob/76be3252eac06bb2b8aacf7cc0f4f7bcfdef6895/src/sentry/issues/attributes.py#L11 - import-error:
Unable to import 'django.dispatch' https://github.com/getsentry/sentry/blob/76be3252eac06bb2b8aacf7cc0f4f7bcfdef6895/src/sentry/services/hybrid_cloud/organization/model.py#L8 - no-name-in-module:
No name 'dispatch' in module 'django' https://github.com/getsentry/sentry/blob/76be3252eac06bb2b8aacf7cc0f4f7bcfdef6895/src/sentry/services/hybrid_cloud/organization/model.py#L8 - import-error:
Unable to import 'django.dispatch' https://github.com/getsentry/sentry/blob/76be3252eac06bb2b8aacf7cc0f4f7bcfdef6895/src/sentry/services/hybrid_cloud/organization/service.py#L9 - no-name-in-module:
No name 'dispatch' in module 'django' https://github.com/getsentry/sentry/blob/76be3252eac06bb2b8aacf7cc0f4f7bcfdef6895/src/sentry/services/hybrid_cloud/organization/service.py#L9 - import-error:
Unable to import 'django.dispatch' https://github.com/getsentry/sentry/blob/76be3252eac06bb2b8aacf7cc0f4f7bcfdef6895/src/sentry/services/hybrid_cloud/organization/impl.py#L7 - no-name-in-module:
No name 'dispatch' in module 'django' https://github.com/getsentry/sentry/blob/76be3252eac06bb2b8aacf7cc0f4f7bcfdef6895/src/sentry/services/hybrid_cloud/organization/impl.py#L7 - import-error:
Unable to import 'django.dispatch' https://github.com/getsentry/sentry/blob/76be3252eac06bb2b8aacf7cc0f4f7bcfdef6895/src/sentry/services/organization/provisioning.py#L4 - no-name-in-module:
No name 'dispatch' in module 'django' https://github.com/getsentry/sentry/blob/76be3252eac06bb2b8aacf7cc0f4f7bcfdef6895/src/sentry/services/organization/provisioning.py#L4 - import-error:
Unable to import 'django.apps' https://github.com/getsentry/sentry/blob/76be3252eac06bb2b8aacf7cc0f4f7bcfdef6895/src/sentry/tasks/backfill_outboxes.py#L11 - no-name-in-module:
No name 'apps' in module 'django' https://github.com/getsentry/sentry/blob/76be3252eac06bb2b8aacf7cc0f4f7bcfdef6895/src/sentry/tasks/backfill_outboxes.py#L11 - import-error:
Unable to import 'django.apps' https://github.com/getsentry/sentry/blob/76be3252eac06bb2b8aacf7cc0f4f7bcfdef6895/src/sentry/tasks/process_buffer.py#L4 - no-name-in-module:
No name 'apps' in module 'django' https://github.com/getsentry/sentry/blob/76be3252eac06bb2b8aacf7cc0f4f7bcfdef6895/src/sentry/tasks/process_buffer.py#L4 - import-error:
Unable to import 'django.apps' https://github.com/getsentry/sentry/blob/76be3252eac06bb2b8aacf7cc0f4f7bcfdef6895/src/sentry/tasks/files.py#L3 - no-name-in-module:
No name 'apps' in module 'django' https://github.com/getsentry/sentry/blob/76be3252eac06bb2b8aacf7cc0f4f7bcfdef6895/src/sentry/tasks/files.py#L3 - import-error:
Unable to import 'django.apps' https://github.com/getsentry/sentry/blob/76be3252eac06bb2b8aacf7cc0f4f7bcfdef6895/src/sentry/tasks/deletion/hybrid_cloud.py#L19 - no-name-in-module:
No name 'apps' in module 'django' https://github.com/getsentry/sentry/blob/76be3252eac06bb2b8aacf7cc0f4f7bcfdef6895/src/sentry/tasks/deletion/hybrid_cloud.py#L19 - import-error:
Unable to import 'django.db.models.functions' https://github.com/getsentry/sentry/blob/76be3252eac06bb2b8aacf7cc0f4f7bcfdef6895/src/sentry...
This comment was truncated because GitHub allows only 65536 characters in a comment. This comment was generated for commit23d6041 |
Type of Changes
Description
Closes#9193