Skip to content

Commit

Permalink
chore: Delete dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
clemlesne committed Sep 26, 2024
1 parent fe6ca83 commit d9a1923
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion persistence/icache.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
from abc import ABC, abstractmethod
from typing import Optional, Union

from helpers.monitoring import tracer
from models.readiness import ReadinessEnum
Expand Down
1 change: 0 additions & 1 deletion persistence/isearch.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
from abc import ABC, abstractmethod
from typing import Optional

from helpers.monitoring import tracer
from models.readiness import ReadinessEnum
Expand Down
1 change: 0 additions & 1 deletion persistence/istore.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
from abc import ABC, abstractmethod
from typing import Optional
from uuid import UUID

from helpers.monitoring import tracer
Expand Down

0 comments on commit d9a1923

Please sign in to comment.