Skip to content

Commit 0739736

Browse files
committed
remove unused method
1 parent 720519a commit 0739736

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/idom/core/_thread_local.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,3 @@ def get(self) -> _StateType:
2020
else:
2121
state = self._state[thread]
2222
return state
23-
24-
def set(self, state: _StateType) -> None:
25-
self._state[current_thread()] = state

0 commit comments

Comments
 (0)