Skip to content

Commit 529b9a7

Browse files
authored
Apply suggestions from code review
1 parent 4a68220 commit 529b9a7

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

qasync/__init__.py

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,6 @@
11
"""
22
Implementation of the PEP 3156 Event-Loop with Qt.
33
4-
This package is originally at https://github.com/CabbageDevelopment/qasync,
5-
licensed under the BSD license;
6-
It is modified since the original was unmaintained for two years. References
7-
to Event Loop Policies was removed, since it's scheduled to be deprecated in
8-
Python 3.16.
9-
10-
Copyright (c) 2025 Xinyuan Zhou <johnzhou721@gmail.com>
114
Copyright (c) 2018 Gerard Marull-Paretas <gerard@teslabs.com>
125
Copyright (c) 2014 Mark Harviston <mark.harviston@gmail.com>
136
Copyright (c) 2014 Arve Knudsen <arve.knudsen@gmail.com>
@@ -20,7 +13,6 @@
2013
"Gerard Marull-Paretas <gerard@teslabs.com>, "
2114
"Mark Harviston <mark.harviston@gmail.com>, "
2215
"Arve Knudsen <arve.knudsen@gmail.com>",
23-
"Xinyuan Zhou <johnzhou721@gmail.com>",
2416
)
2517
__all__ = ["QEventLoop", "QThreadExecutor", "asyncSlot", "asyncClose"]
2618

0 commit comments

Comments
 (0)