Skip to content

Commit 144f921

Browse files
committed
move sql file
1 parent 55ab3c9 commit 144f921

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

pgspecial/dbcommands.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
import aiosql
88
from .main import special_command
99

10-
queries = aiosql.from_path("dbcommands.sql", "psycopg2")
10+
queries = aiosql.from_path("pgspecial/dbcommands.sql", "psycopg2")
1111

1212
TableInfo = namedtuple(
1313
"TableInfo",
File renamed without changes.

0 commit comments

Comments
 (0)