Skip to content

Commit

Permalink
Literal isn't in 3.6 either wow
Browse files Browse the repository at this point in the history
  • Loading branch information
donn committed May 23, 2024
1 parent 45dbf2c commit ae68171
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions volare/github.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
import sys
from datetime import datetime
from dataclasses import dataclass
from typing import Any, ClassVar, List, Literal, Mapping, Optional
from typing import Any, ClassVar, List, Mapping, Optional

import yaml
import httpx
Expand Down Expand Up @@ -134,7 +134,7 @@ def api(
self,
repo: RepoInfo,
endpoint: str,
method: Literal["get"],
method: str,
*args,
**kwargs,
) -> Any:
Expand Down

0 comments on commit ae68171

Please sign in to comment.