diff options
| author | Bert JW Regeer <bertjw@regeer.org> | 2020-07-12 16:52:48 -0700 |
|---|---|---|
| committer | Bert JW Regeer <bertjw@regeer.org> | 2020-07-12 16:52:48 -0700 |
| commit | a920c2530c130688c5d01ed999a43ccf0cb012fa (patch) | |
| tree | 43ab0c4b6db6c05418340e9e18f188e09a02f9ff /tests/pkgs/fixtureapp/__init__.py | |
| parent | 4481cfeef8b2fd90a485f2f871e9689750b48220 (diff) | |
| download | pyramid-a920c2530c130688c5d01ed999a43ccf0cb012fa.tar.gz pyramid-a920c2530c130688c5d01ed999a43ccf0cb012fa.tar.bz2 pyramid-a920c2530c130688c5d01ed999a43ccf0cb012fa.zip | |
Run isort 5.x across code base
Diffstat (limited to 'tests/pkgs/fixtureapp/__init__.py')
| -rw-r--r-- | tests/pkgs/fixtureapp/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/pkgs/fixtureapp/__init__.py b/tests/pkgs/fixtureapp/__init__.py index ffc8adb4a..70e69b7d7 100644 --- a/tests/pkgs/fixtureapp/__init__.py +++ b/tests/pkgs/fixtureapp/__init__.py @@ -8,7 +8,7 @@ def includeme(config): name='dummyskin.html', request_type='.views.IDummy', ) - from .models import fixture, IFixture + from .models import IFixture, fixture config.registry.registerUtility(fixture, IFixture) config.add_view('.views.fixture_view', name='another.html') |
