diff options
| author | Max Nanis | 2026-08-16 16:24:12 -0700 |
|---|---|---|
| committer | Max Nanis | 2026-08-16 16:24:12 -0700 |
| commit | 7d466b47d732f16537370cb57ad52995aeef20f6 (patch) | |
| tree | b0a677675e184b9463ab61877580f3de745d9846 /tests/sql_helper.py | |
| parent | 24bf43ca9643c1d13f4acd9f14435249b0839df1 (diff) | |
| download | generalresearch-7d466b47d732f16537370cb57ad52995aeef20f6.tar.gz generalresearch-7d466b47d732f16537370cb57ad52995aeef20f6.zip | |
Ruff'ing it
Diffstat (limited to 'tests/sql_helper.py')
| -rw-r--r-- | tests/sql_helper.py | 2 |
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: |
