From d400394ff7991524d7694f107f953e0b1a555b26 Mon Sep 17 00:00:00 2001 From: pavel-zotov Date: Sat, 18 Jan 2025 16:03:50 +0300 Subject: [PATCH] Added/Updated tests\bugs\gh_7863_test.py: added forgotten import --- tests/bugs/gh_7863_test.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tests/bugs/gh_7863_test.py b/tests/bugs/gh_7863_test.py index fb328f3e..70555e01 100644 --- a/tests/bugs/gh_7863_test.py +++ b/tests/bugs/gh_7863_test.py @@ -17,9 +17,11 @@ NOTES: Checked on 6.0.0.223, 5.0.1.1322. """ -import pytest from pathlib import Path + +import pytest from firebird.qa import * +from firebird.driver import DatabaseError init_sql = """ create view v_test_nr as select 1 i from rdb$fields rows 50;