From 1686a02179d67f8790dcbd3841e84be2e69d0319 Mon Sep 17 00:00:00 2001 From: Tomasz Kramkowski Date: Mon, 4 Dec 2023 14:12:39 +0000 Subject: strict typing --- 3.py | 1 + 1 file changed, 1 insertion(+) (limited to '3.py') diff --git a/3.py b/3.py index 8f5a8d3..eed75a3 100644 --- a/3.py +++ b/3.py @@ -1,3 +1,4 @@ +# pyright: strict import re from collections import defaultdict from collections.abc import Iterator -- cgit v1.2.3-54-g00ecf