Skip to content

Commit c64d781

Browse files
committed
Keep mypy happy
1 parent 0795cf3 commit c64d781

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_providers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1057,7 +1057,7 @@ async def test_auto_field_stats_no_override(mockserver):
10571057

10581058
from scrapy.statscollectors import MemoryStatsCollector
10591059

1060-
duplicate_stat_calls = defaultdict(int)
1060+
duplicate_stat_calls: defaultdict[str, int] = defaultdict(int)
10611061

10621062
class OnlyOnceStatsCollector(MemoryStatsCollector):
10631063

0 commit comments

Comments
 (0)