Skip to content

Commit 9397d47

Browse files
committed
chore: add missing py.typed files to subpackages
1 parent ad64e8a commit 9397d47

File tree

6 files changed

+1
-1
lines changed

6 files changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ warn_unused_ignores = true
191191
exclude = []
192192

193193
[[tool.mypy.overrides]]
194-
module = ['scrapy', 'scrapy.*', 'sortedcollections', 'lazy_object_proxy']
194+
module = ['scrapy', 'sortedcollections', 'lazy_object_proxy']
195195
ignore_missing_imports = true
196196

197197
[tool.coverage.report]

src/apify/apify_storage_client/py.typed

Whitespace-only changes.

src/apify/scrapy/middlewares/py.typed

Whitespace-only changes.

src/apify/scrapy/pipelines/py.typed

Whitespace-only changes.

src/apify/scrapy/py.typed

Whitespace-only changes.

src/apify/storages/py.typed

Whitespace-only changes.

0 commit comments

Comments
 (0)