From 754b2419fc09bee03e0dc2f9e14479890bdb5a64 Mon Sep 17 00:00:00 2001 From: Martin Czygan Date: Sat, 19 Dec 2020 02:08:03 +0100 Subject: add verify_release_entities wrapper --- fuzzycat/entities.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'fuzzycat/entities.py') diff --git a/fuzzycat/entities.py b/fuzzycat/entities.py index 0b9ebc3..4849d31 100644 --- a/fuzzycat/entities.py +++ b/fuzzycat/entities.py @@ -1,3 +1,6 @@ +""" +Taken from https://git.io/JLRbX, transforms/entities.py +""" import collections import json -- cgit v1.2.3