improvements to recipekeeper importer

This commit is contained in:
vabene1111
2021-06-09 17:23:14 +02:00
parent 46db6d4186
commit f7d85bb4b8
5 changed files with 45 additions and 28 deletions

View File

@ -1,5 +1,6 @@
import datetime
import json
import re
import uuid
from io import BytesIO, StringIO
from zipfile import ZipFile, BadZipFile
@ -216,3 +217,4 @@ class Integration:
- data - string content for file to get created in export zip
"""
raise NotImplementedError('Method not implemented in integration')