diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2019-04-29 01:36:27 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2019-04-29 01:36:27 +0200 |
| commit | 86e34a1bc43d1995e20c52fa639412c46105d400 (patch) | |
| tree | 35623620556e6cfac2ca67e2b6f4f61cd2329e2a /check/app/utils/file_utils.py | |
| parent | dbfaa9024c844dd5c14259c858564e32149afd87 (diff) | |
Diffstat (limited to 'check/app/utils/file_utils.py')
| -rw-r--r-- | check/app/utils/file_utils.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/check/app/utils/file_utils.py b/check/app/utils/file_utils.py index a185cf4..5c9311e 100644 --- a/check/app/utils/file_utils.py +++ b/check/app/utils/file_utils.py @@ -247,7 +247,6 @@ def write_csv(data, fp_out, header=None): for k, v in data.items(): fp.writerow('{},{}'.format(k, v)) - def write_serialized_items(items, fp_out, ensure_path=True, minify=True, sort_keys=True): """Writes serialized data :param items: (dict) a sha256 dict of MappingItems |
