From 7cd0d97849f37d366a33c98204321c471fb6011c Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Wed, 3 Nov 2021 14:22:56 -0700 Subject: typing: add assertions to fatcat_tool code to make type assumptions explicit --- python/fatcat_tools/cleanups/common.py | 1 + 1 file changed, 1 insertion(+) (limited to 'python/fatcat_tools/cleanups') diff --git a/python/fatcat_tools/cleanups/common.py b/python/fatcat_tools/cleanups/common.py index 7ebfc8a0..4e8e49fd 100644 --- a/python/fatcat_tools/cleanups/common.py +++ b/python/fatcat_tools/cleanups/common.py @@ -141,4 +141,5 @@ class EntityCleaner: ) self._editgroup_id = eg.editgroup_id + assert self._editgroup_id return self._editgroup_id -- cgit v1.2.3