Skip to content

Commit

Permalink
Added import packages for test_sqlite.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Vedant P Iyer committed Sep 5, 2024
1 parent f62d915 commit 9c811ad
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions dsi/backends/tests/test_sqlite.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
from collections import OrderedDict

from dsi.backends.sqlite import Sqlite, DataType
import os
import subprocess


isVerbose = True

Expand Down

0 comments on commit 9c811ad

Please sign in to comment.