From 11054abae460c40c497eb12a598296494642b146 Mon Sep 17 00:00:00 2001 From: david grossman Date: Fri, 16 Jan 2026 12:09:20 -0500 Subject: [PATCH] task: fix setup.py formatting --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index bdbde4d7..eb24a511 100644 --- a/setup.py +++ b/setup.py @@ -49,4 +49,4 @@ Version 3 of the VulnCheck API """, # noqa: E501 package_data={"vulncheck_sdk": ["py.typed"]}, -) +) \ No newline at end of file