From 676fdb7f52977b01f51bf2ef526c4cc4a2e79e07 Mon Sep 17 00:00:00 2001 From: Benjamin Bolte Date: Tue, 15 Oct 2024 21:29:36 -0700 Subject: [PATCH] more lint stuff --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index dfe3653..6a6cc4c 100644 --- a/setup.py +++ b/setup.py @@ -1,4 +1,4 @@ -# mypy: disable-error-code="import-untyped" +# mypy: disable-error-code="import-untyped, import-not-found" #!/usr/bin/env python """Setup script for the project."""