From ae51c62c30d1c493caef5f8fd1eb65b911a7f484 Mon Sep 17 00:00:00 2001 From: hmunktell <5789534+hmunktell@users.noreply.github.com> Date: Sun, 29 Dec 2024 11:25:35 +0000 Subject: [PATCH] :art: Format Python code with psf/black --- scripts/addons/cam/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/addons/cam/version.py b/scripts/addons/cam/version.py index 93e5f0307..00c5c747f 100644 --- a/scripts/addons/cam/version.py +++ b/scripts/addons/cam/version.py @@ -1 +1 @@ -__version__=(1,0,62) \ No newline at end of file +__version__ = (1, 0, 62)