Skip to content

Commit 7b3b4f0

Browse files
committed
Fixed linting
1 parent 03cb40f commit 7b3b4f0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tableschema_elasticsearch/mappers.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@ def _convert_type(cls, schema_type, field, prefix):
6666
'ignore_malformed': True,
6767
'index': False},
6868
'year': {'type': 'long',
69-
'ignore_malformed': True,
70-
'index': False},
69+
'ignore_malformed': True,
70+
'index': False},
7171
'number': {'type': 'scaled_float',
7272
'scaling_factor': 100,
7373
'ignore_malformed': True,

0 commit comments

Comments
 (0)