aboutsummaryrefslogtreecommitdiff
path: root/src/hydrilla/proxy/state.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/hydrilla/proxy/state.py')
-rw-r--r--src/hydrilla/proxy/state.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/hydrilla/proxy/state.py b/src/hydrilla/proxy/state.py
index 491a865..abea7a7 100644
--- a/src/hydrilla/proxy/state.py
+++ b/src/hydrilla/proxy/state.py
@@ -448,11 +448,6 @@ class HaketiloState(ABC):
...
@abstractmethod
- def get_repo_iteration(self, repo_iteration_id: str) -> RepoIterationRef:
- """...."""
- ...
-
- @abstractmethod
def mapping_store(self) -> MappingStore:
...