Skip to content

Commit

Permalink
Allow imports for python 3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
gdalmau committed Sep 19, 2017
1 parent e664c24 commit a0b8823
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sii/models/invoices_deregister.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# coding=utf-8
from __future__ import absolute_import

from marshmallow import fields, ValidationError
from sii import __SII_VERSION__

from invoices_record import (
from .invoices_record import (
MySchema, DateString, CustomStringField, Titular, NIF, PERIODO_VALUES
)

Expand Down

0 comments on commit a0b8823

Please sign in to comment.