We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ee4100 commit 943c037Copy full SHA for 943c037
reportportal_client/aio/util.py
@@ -12,6 +12,8 @@
12
# See the License for the specific language governing permissions and
13
# limitations under the License.
14
15
+"""This module contains auxiliary functions for async code."""
16
+
17
import asyncio
18
from typing import Coroutine, Optional, TypeVar, Union
19
0 commit comments