aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-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: