Skip to content

Commit

Permalink
fix import order logic
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabien Coelho committed Mar 16, 2024
1 parent 3978236 commit a4cadb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ provided by the application.
It then proceeds to run authenticated requests against the `/admin` route.

```python
import secret
import pytest
from FlaskTester import ft_authenticator, ft_client
import secret

@pytest.fixture
def app(ft_client):
Expand Down

0 comments on commit a4cadb1

Please sign in to comment.