From 7d466b47d732f16537370cb57ad52995aeef20f6 Mon Sep 17 00:00:00 2001 From: Max Nanis Date: Sun, 16 Aug 2026 16:24:12 -0700 Subject: Ruff'ing it --- tests/sql_helper.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/sql_helper.py b/tests/sql_helper.py index 247f0cd..c4cc2ca 100644 --- a/tests/sql_helper.py +++ b/tests/sql_helper.py @@ -1,7 +1,7 @@ from uuid import uuid4 import pytest -from pydantic import MySQLDsn, MariaDBDsn, ValidationError +from pydantic import MariaDBDsn, MySQLDsn, ValidationError class TestSqlHelper: -- cgit v1.2.3