From daadc1eb8255d2da2ea077f644c97a12cce0031e Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Tue, 19 Mar 2019 23:24:17 -0700 Subject: remove typo duplication in fatcat_util.py Thanks CI pylint! --- python/fatcat_util.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/python/fatcat_util.py b/python/fatcat_util.py index 70a2a2df..433f0d0e 100755 --- a/python/fatcat_util.py +++ b/python/fatcat_util.py @@ -24,9 +24,6 @@ def run_uuid2fcid(args): def run_fcid2uuid(args): print(fcid2uuid(args.fcid)) -def run_editgroup_accept(args): - print(fcid2uuid(args.fcid)) - def run_editgroup_accept(args): args.api.accept_editgroup(args.editgroup_id) -- cgit v1.2.3