Skip to content

Commit

Permalink
chore: update 3.9+ typings
Browse files Browse the repository at this point in the history
  • Loading branch information
lamchau committed Sep 18, 2024
1 parent a8feb50 commit 120efad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/goose/cli/main.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from datetime import datetime
from pathlib import Path
from typing import Dict, Optional
from typing import Optional

import click
from rich import print
Expand Down Expand Up @@ -112,7 +112,7 @@ def session_clear(keep: int) -> None:
session_file.unlink()


def get_session_files() -> Dict[str, Path]:
def get_session_files() -> dict[str, Path]:
return list_sorted_session_files(SESSIONS_PATH)


Expand Down

0 comments on commit 120efad

Please sign in to comment.