Skip to content

Commit 4009b7a

Browse files
committed
Linting.
1 parent 7c4c50b commit 4009b7a

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

repo_helper/testing/__init__.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,19 +40,18 @@
4040
import pytest # nodep
4141
from domdf_python_tools.paths import PathPlus
4242
from dulwich.config import StackedConfig
43-
from pytest import fixture # nodep
4443
from southwark.repo import Repo
4544

4645
# this package
4746
import repo_helper.utils
4847
from repo_helper.files.linting import lint_fix_list, lint_warn_list
4948
from repo_helper.templates import template_dir
5049

51-
__all__ = ["demo_environment", "original_datadir", "temp_repo", "temp_empty_repo", "foo", "bar", "baz"]
50+
__all__ = ["demo_environment", "original_datadir", "temp_repo", "temp_empty_repo"]
5251

5352

5453
@pytest.fixture()
55-
def demo_environment():
54+
def demo_environment() -> jinja2.Environment:
5655
"""
5756
Pytest fixture to create a jinja2 environment for use in tests.
5857

0 commit comments

Comments
 (0)