Skip to content

Commit 32fee41

Browse files
committed
style(aiohttpretty): executed isort and black on all python files
1 parent 19ec7ac commit 32fee41

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

aiohttpretty/main.pyi

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,5 +72,4 @@ class AioHttPretty:
7272
self, func: typing.Callable[P, T]
7373
) -> typing.Callable[P, T]: ...
7474

75-
76-
aiohttpretty: AioHttPretty
75+
aiohttpretty: AioHttPretty

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ name = "aiohttpretty"
33
version = "22.0.0"
44
description = "AioHTTPretty"
55
authors = [
6+
"Center for Open Science <[email protected]>",
67
"Gustavo Correa <[email protected]>",
7-
"Center for Open Science <[email protected]>",
88
]
99
classifiers = [
1010
'Development Status :: 4 - Beta',

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
'description': 'AioHTTPretty',
3131
'long_description': None,
3232
'author': 'Center for Open Science',
33-
'author_email': 'contact@cos.i',
33+
'author_email': 'contact@cos.io',
3434
'maintainer': None,
3535
'maintainer_email': None,
3636
'url': None,

0 commit comments

Comments
 (0)