Skip to content

Commit

Permalink
fix missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
agirodi authored and m-reuter committed Mar 14, 2024
1 parent 8b31023 commit b0a903c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FastSurferCNN/utils/checkpoint.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# IMPORTS
import os
from pathlib import Path
from typing import MutableSequence, Optional, Union, Any
from typing import MutableSequence, Optional, Union, Literal

import requests
import torch
Expand Down

0 comments on commit b0a903c

Please sign in to comment.