Skip to content

Commit

Permalink
type hints
Browse files Browse the repository at this point in the history
  • Loading branch information
bdrung committed Aug 1, 2024
1 parent eb461a0 commit a2dc9b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bdebstrap
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ MMDEBSTRAP_OPTS = {
}


class Config(dict):
class Config(dict[str, typing.Any]):
"""YAML configuration for bdebstrap."""

_ENV_PREFIX = "BDEBSTRAP_"
Expand Down

0 comments on commit a2dc9b9

Please sign in to comment.