summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorERYoung11 <78834571+ERYoung11@users.noreply.github.com>2022-08-31 21:44:27 -0500
committerERYoung11 <78834571+ERYoung11@users.noreply.github.com>2022-08-31 21:44:27 -0500
commit7a022a5f7430ba690742d976f87b32d9006136d4 (patch)
treefae380836a76e0198bf9b7d42b0a4b3d023f65e9 /tests
parent5aa54260453c71617ba7b769989be8da62eebe63 (diff)
Removed unused re
Diffstat (limited to 'tests')
-rw-r--r--tests/test_pgexecute.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/test_pgexecute.py b/tests/test_pgexecute.py
index 05313c72..67959633 100644
--- a/tests/test_pgexecute.py
+++ b/tests/test_pgexecute.py
@@ -2,7 +2,6 @@ from textwrap import dedent
import psycopg
import pytest
-import re
from unittest.mock import patch, MagicMock
from pgspecial.main import PGSpecial, NO_QUERY
from utils import run, dbtest, requires_json, requires_jsonb