diff --git a/src/client/remote_block.py b/src/client/remote_block.py index 3a12fb4..12ba83c 100644 --- a/src/client/remote_block.py +++ b/src/client/remote_block.py @@ -1,3 +1,4 @@ +# Note: this code is being actively modified by justheuristic. If you want to change anything about it, please warn me. from __future__ import annotations import asyncio diff --git a/src/server/handler.py b/src/server/handler.py index 86b4b05..6527a8d 100644 --- a/src/server/handler.py +++ b/src/server/handler.py @@ -1,3 +1,4 @@ +# Note: this code is being actively modified by justheuristic. If you want to change anything about it, please warn me. import contextlib from typing import AsyncIterator, Dict, Sequence diff --git a/tests/test_block_exact_match.py b/tests/test_block_exact_match.py index 84ce580..fc4fbd1 100644 --- a/tests/test_block_exact_match.py +++ b/tests/test_block_exact_match.py @@ -1,3 +1,4 @@ +# Note: this code is being actively modified by justheuristic. If you want to change anything about it, please warn me. import os import hivemind