Skip to content

Commit

Permalink
add import for Any typing
Browse files Browse the repository at this point in the history
  • Loading branch information
sblack-usu committed Oct 3, 2024
1 parent deb725f commit 83430b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/api/subsetter/app/models.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from typing import Annotated
from typing import Annotated, Any
from enum import Enum

from fastapi import Depends, HTTPException, Path, status
Expand Down

0 comments on commit 83430b5

Please sign in to comment.