Skip to content

Commit 59d9531

Browse files
committed
Trim
1 parent a20d30d commit 59d9531

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/test_models.py

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

44
from postgres_copy import CopyManager, CopyMapping
55

6-
from .fields import MyIntegerField
6+
from .test_fields import MyIntegerField
77

88

99
class MockObject(models.Model):

tests/test_queries.py

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

1414
from postgres_copy import CopyMapping
1515

16-
from .models import (
16+
from .test_models import (
1717
ExtendedMockObject,
1818
HookedCopyMapping,
1919
LimitedMockObject,

0 commit comments

Comments
 (0)