Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Dec 23, 2024
1 parent 55f3373 commit 1f14958
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion steam/ext/csgo/backpack.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ class Sticker:
"""The sticker's scale."""
tint_id: float | None = None
"""The sticker's tint_id."""

offset_x: float = 0.0
"""The x offset of the sticker.
Expand All @@ -68,6 +68,7 @@ class Sticker:
.. versionadded:: 1.1.0
"""


@dataclass(slots=True)
class Paint:
"""Represents the pain on an item."""
Expand Down

0 comments on commit 1f14958

Please sign in to comment.