Skip to content

Commit 943c037

Browse files
committed
Fix pydocs
1 parent 8ee4100 commit 943c037

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

reportportal_client/aio/util.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15+
"""This module contains auxiliary functions for async code."""
16+
1517
import asyncio
1618
from typing import Coroutine, Optional, TypeVar, Union
1719

0 commit comments

Comments
 (0)