Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Feb 4, 2025
1 parent b7fdc6c commit d004629
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/pytest_flask/plugin.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
#!/usr/bin/env python
"""
A py.test plugin which helps testing Flask applications.
A py.test plugin which helps testing Flask applications.
:copyright: (c) by Vital Kudzelka
:license: MIT
:copyright: (c) by Vital Kudzelka
:license: MIT
"""
from typing import Any
from typing import List
Expand Down

0 comments on commit d004629

Please sign in to comment.