aboutsummaryrefslogtreecommitdiffstats
path: root/python/tests/api_editgroups.py
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2020-07-23 15:28:40 -0700
committerBryan Newbold <bnewbold@robocracy.org>2020-07-23 15:28:42 -0700
commit5c39fa4b9a2c43d94d1eef68ac24f1d0099d219a (patch)
treecb656ea83ef3fe9e7589ca8ccf716aa83ef06593 /python/tests/api_editgroups.py
parent6a87b3d2e1b315d35ccaa13457571d73afaf5e6b (diff)
downloadfatcat-5c39fa4b9a2c43d94d1eef68ac24f1d0099d219a.tar.gz
fatcat-5c39fa4b9a2c43d94d1eef68ac24f1d0099d219a.zip
simple lint (flake8) fixes in tests
The pytest fixture syntax interacts weirdly with flake8 tests, so ignore the "redefinition" and "unused variable" errors more carefully for .py files under ./tests/
Diffstat (limited to 'python/tests/api_editgroups.py')
-rw-r--r--python/tests/api_editgroups.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/python/tests/api_editgroups.py b/python/tests/api_editgroups.py
index 142687c2..b4420b29 100644
--- a/python/tests/api_editgroups.py
+++ b/python/tests/api_editgroups.py
@@ -98,7 +98,6 @@ def test_editgroup_auto_batch(api):
def test_batch_params(api):
- eg = quick_eg(api)
c1 = CreatorEntity(display_name="test auto_batch")
c2 = CreatorEntity(display_name="test another auto_batch")