Skip to content

Commit

Permalink
import literal from typing extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
ElectronicBlueberry committed Oct 26, 2023
1 parent a070e87 commit 134148e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/galaxy/schema/workflow/comments.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
from typing import (
List,
Literal,
Optional,
Tuple,
Union,
)

from pydantic import BaseModel
from typing_extensions import Literal


class BaseComment(BaseModel):
Expand Down

0 comments on commit 134148e

Please sign in to comment.