Skip to content

Commit 477aa71

Browse files
committed
move template.py into actual package
1 parent 05188fa commit 477aa71

3 files changed

Lines changed: 2 additions & 2 deletions

File tree

File renamed without changes.

tests/fast/test_template.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
import pytest
66

7-
from template import (
7+
from duckdb.template import (
88
CompiledSql,
99
IntoInterpolation,
1010
Param,

tests/fast/test_template_tstrings.py314

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import sys
66

77
import pytest
88

9-
from template import (
9+
from duckdb.template import (
1010
Param,
1111
param,
1212
template,

0 commit comments

Comments
 (0)