Skip to content

Commit c15c7ad

Browse files
committed
remove unused imports from transation test
1 parent 9b5944a commit c15c7ad

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tests/engine/test_transaction.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
import asyncio
22
from unittest import TestCase
33

4-
from piccolo.engine.sqlite import SQLiteEngine
5-
64
from ..example_project.tables import Band, Manager
7-
from ..base import postgres_only, sqlite_only
5+
from ..base import postgres_only
86

97

108
class TestAtomic(TestCase):

0 commit comments

Comments
 (0)