From 1fd53fb9cc58db37da63aee0eaa9f3ac147a17a7 Mon Sep 17 00:00:00 2001 From: Jack Wotherspoon Date: Tue, 25 Jun 2024 16:15:23 -0400 Subject: [PATCH] ci: fix lint issue --- noxfile.py | 1 + 1 file changed, 1 insertion(+) diff --git a/noxfile.py b/noxfile.py index 2fe30a2f..924fc686 100644 --- a/noxfile.py +++ b/noxfile.py @@ -44,6 +44,7 @@ def lint(session): ISORT_VERSION, "twine", "build", + "importlib_metadata==7.2.1", ) session.run( "isort",