Browse Source

disclaimer: this part is a work-in-progress

justheuristic 3 years ago
parent
commit
34b8b86673
3 changed files with 3 additions and 0 deletions
  1. 1 0
      src/client/remote_block.py
  2. 1 0
      src/server/handler.py
  3. 1 0
      tests/test_block_exact_match.py

+ 1 - 0
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
 from __future__ import annotations
 
 
 import asyncio
 import asyncio

+ 1 - 0
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
 import contextlib
 from typing import AsyncIterator, Dict, Sequence
 from typing import AsyncIterator, Dict, Sequence
 
 

+ 1 - 0
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 os
 
 
 import hivemind
 import hivemind