diff options
Diffstat (limited to 'asynceapi/aio_portcheck.py')
-rw-r--r-- | asynceapi/aio_portcheck.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/asynceapi/aio_portcheck.py b/asynceapi/aio_portcheck.py index 0cab94c..deac043 100644 --- a/asynceapi/aio_portcheck.py +++ b/asynceapi/aio_portcheck.py @@ -34,8 +34,7 @@ __all__ = ["port_check_url"] async def port_check_url(url: URL, timeout: int = 5) -> bool: - """ - Open the port designated by the URL given the timeout in seconds. + """Open the port designated by the URL given the timeout in seconds. Parameters ---------- |