From 127dd3e7ef0956eae80cc487c1099e7efebc891e Mon Sep 17 00:00:00 2001 From: Yuriy Andamasov Date: Fri, 21 Aug 2026 12:29:04 +0300 Subject: T8511: apply black formatting across entire codebase (#456) * T8511: apply black formatting across entire codebase * T8511: add changelog fragment * T8511:: correct exclude scope Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> --------- Co-authored-by: omnom62 <75066712+omnom62@users.noreply.github.com> Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> --- tests/unit/modules/conftest.py | 1 - 1 file changed, 1 deletion(-) (limited to 'tests/unit/modules/conftest.py') diff --git a/tests/unit/modules/conftest.py b/tests/unit/modules/conftest.py index 0f36839e..b084d2f0 100644 --- a/tests/unit/modules/conftest.py +++ b/tests/unit/modules/conftest.py @@ -2,7 +2,6 @@ # GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt) from __future__ import absolute_import, division, print_function - __metaclass__ = type import json -- cgit v1.2.3