Skip to content

Commit 08b9502

Browse files
committed
chore: make flake8 happy
1 parent b437b70 commit 08b9502

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

tests/functional/api/test_statistics.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ def test_get_statistics(gl):
1010
# delete resources created from other functional tests to reset application statistics
1111
reset_gitlab(gl)
1212

13-
gl.projects.create({"name": "projecttruffles"})
1413
gl.users.create(
1514
{
1615
"email": "veryuniqueemail@test.com",
@@ -35,4 +34,3 @@ def test_get_statistics(gl):
3534
1 + len(gl.users.list(search="ghost")) + 1
3635
) # created users + leftover ghost user + root user
3736
assert statistics.groups == "2"
38-
assert statistics.projects == "1"

tests/functional/conftest.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import dataclasses
2-
from itertools import count
32
import logging
43
import pathlib
54
import tempfile

0 commit comments

Comments
 (0)