From f9b89878a5d2accce7c9ae95fec822c1740dde23 Mon Sep 17 00:00:00 2001 From: Nikita Sobolev Date: Thu, 20 Oct 2022 11:24:49 +0300 Subject: [PATCH] Remove `dj-database-url` from pyright exclude (#8939) --- pyrightconfig.stricter.json | 1 - 1 file changed, 1 deletion(-) diff --git a/pyrightconfig.stricter.json b/pyrightconfig.stricter.json index e2457c864..ed0556d23 100644 --- a/pyrightconfig.stricter.json +++ b/pyrightconfig.stricter.json @@ -41,7 +41,6 @@ "stubs/console-menu", "stubs/cryptography", "stubs/dateparser", - "stubs/dj-database-url", "stubs/docutils", "stubs/editdistance/editdistance/bycython.pyi", "stubs/Flask-SQLAlchemy",