Skip to content

Commit

Permalink
chore: removed extra todo
Browse files Browse the repository at this point in the history
  • Loading branch information
joamag committed Apr 26, 2024
1 parent 852a636 commit 54cf62b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/netius/base/compat.py
Original file line number Diff line number Diff line change
Expand Up @@ -823,9 +823,6 @@ def _serve_stream_compat(
:see: https://docs.python.org/3/library/asyncio-eventloop.html#asyncio.loop.create_server
"""

# @TODO: implement this stuff meaning that the compat
# mode is the mode in which Netius runs compatible
# with the asyncio module
from . import common

loop = loop or common.get_loop()
Expand Down

0 comments on commit 54cf62b

Please sign in to comment.