Skip to content

Commit aae1f5e

Browse files
committed
Attempting to fix cubedevinc#6
1 parent 95609cd commit aae1f5e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

target_postgres/__init__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313
from tempfile import TemporaryFile
1414

1515
import pkg_resources
16-
from jsonschema.validators import Draft4Validator, FormatChecker
16+
from jsonschema import validators, Draft4Validator, FormatChecker
17+
from decimal import Decimal
1718
import singer
1819
from target_postgres.db_sync import DbSync
1920

0 commit comments

Comments
 (0)