From a73da9ef456e533a923632025bd6114a799d2a7f Mon Sep 17 00:00:00 2001 From: Denis Laxalde Date: Tue, 2 Nov 2021 13:09:05 +0100 Subject: [PATCH] Make tests/pool a Python package Otherwise, per-module mypy configuration does not apply (and we, e.g., get error about "no-untyped-defs"). --- tests/pool/__init__.py | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 tests/pool/__init__.py diff --git a/tests/pool/__init__.py b/tests/pool/__init__.py new file mode 100644 index 000000000..e69de29bb -- 2.47.3