Skip to content

Commit

Permalink
Fix return types
Browse files Browse the repository at this point in the history
  • Loading branch information
sergio-costas committed Jul 18, 2023
1 parent 48277ba commit 48ed9a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion snapcraft/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
from dataclasses import dataclass
from getpass import getpass
from pathlib import Path
from typing import Iterable, List, Optional
from typing import Any, Dict, Iterable, List, Optional

from craft_cli import emit
from craft_parts.sources.git_source import GitSource
Expand Down

0 comments on commit 48ed9a7

Please sign in to comment.