Skip to content

Commit 18970ce

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 2908172 commit 18970ce

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: src/pytest_flask/plugin.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
#!/usr/bin/env python
22
"""
3-
A py.test plugin which helps testing Flask applications.
3+
A py.test plugin which helps testing Flask applications.
44
5-
:copyright: (c) by Vital Kudzelka
6-
:license: MIT
5+
:copyright: (c) by Vital Kudzelka
6+
:license: MIT
77
"""
88
from typing import Any
99
from typing import List

0 commit comments

Comments
 (0)