Skip to content

Commit

Permalink
updated type imports
Browse files Browse the repository at this point in the history
  • Loading branch information
aj-ya committed Feb 14, 2024
1 parent afd5993 commit 9d25f5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion outpostcli/utils.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from typing import Optional

import click
from outpostkit._types.inference import (
from outpostkit._types.endpoint import (
InferenceAutogeneratedHFModelDetails,
InferenceAutogeneratedOutpostModelDetails,
)
Expand Down

0 comments on commit 9d25f5e

Please sign in to comment.