Skip to content

Commit

Permalink
fix 3.8 typing
Browse files Browse the repository at this point in the history
  • Loading branch information
zilto authored and zilto committed Oct 25, 2024
1 parent 1dcf954 commit 7305b81
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions hamilton/caching/stores/memory.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
from collections.abc import Sequence
from typing import Any, Dict, List, Optional
from typing import Any, Dict, List, Optional, Sequence

try:
from typing import override
Expand Down

0 comments on commit 7305b81

Please sign in to comment.