aboutsummaryrefslogtreecommitdiff
path: root/tests/sql_helper.py
diff options
context:
space:
mode:
authorMax Nanis2026-08-16 16:24:12 -0700
committerMax Nanis2026-08-16 16:24:12 -0700
commit7d466b47d732f16537370cb57ad52995aeef20f6 (patch)
treeb0a677675e184b9463ab61877580f3de745d9846 /tests/sql_helper.py
parent24bf43ca9643c1d13f4acd9f14435249b0839df1 (diff)
downloadgeneralresearch-7d466b47d732f16537370cb57ad52995aeef20f6.tar.gz
generalresearch-7d466b47d732f16537370cb57ad52995aeef20f6.zip
Ruff'ing it
Diffstat (limited to 'tests/sql_helper.py')
-rw-r--r--tests/sql_helper.py2
1 files changed, 1 insertions, 1 deletions
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: