diff options
| author | David Lord <davidism@gmail.com> | 2020-03-06 13:50:04 -0800 |
|---|---|---|
| committer | David Lord <davidism@gmail.com> | 2020-03-06 13:50:04 -0800 |
| commit | 93ba3ba112d2f8ba7bdd8b231e510f74dd0b037e (patch) | |
| tree | 409b93ee7ec2209b9e52256ed77b0292f4e49720 /tests/conftest.py | |
| parent | 488739dfe0d51f415c7b20466648cc519962ecbb (diff) | |
| download | click-93ba3ba112d2f8ba7bdd8b231e510f74dd0b037e.tar.gz | |
apply black
Diffstat (limited to 'tests/conftest.py')
| -rw-r--r-- | tests/conftest.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/conftest.py b/tests/conftest.py index 05b59c1..9440804 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -3,6 +3,6 @@ import pytest from click.testing import CliRunner -@pytest.fixture(scope='function') +@pytest.fixture(scope="function") def runner(request): return CliRunner() |
