diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2019-03-19 23:24:17 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2019-03-19 23:24:19 -0700 |
commit | daadc1eb8255d2da2ea077f644c97a12cce0031e (patch) | |
tree | 571d0d9c2aed459556d28983f2be91767e97c42e | |
parent | 85f0c87299083ee4840fa18bfbaa76221e5e0a2a (diff) | |
download | fatcat-daadc1eb8255d2da2ea077f644c97a12cce0031e.tar.gz fatcat-daadc1eb8255d2da2ea077f644c97a12cce0031e.zip |
remove typo duplication in fatcat_util.py
Thanks CI pylint!
-rwxr-xr-x | python/fatcat_util.py | 3 |
1 files changed, 0 insertions, 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 @@ -25,9 +25,6 @@ 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) def run_editgroup_submit(args): |