Skip to content

Commit

Permalink
Use the same type for capabilities as in reverse-engineered *.class (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
Orhideous authored Apr 1, 2024
1 parent b8b1f15 commit e0a7de6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roombapy/roomba_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from mashumaro import field_options
from mashumaro.mixins.orjson import DataClassORJSONMixin

Capabilities = dict[str, int] | None
Capabilities = dict[str, int | None] | None


@dataclass
Expand Down

0 comments on commit e0a7de6

Please sign in to comment.