1
0
Fork 0
mirror of https://github.com/ansible-collections/hetzner.hcloud.git synced 2026-02-04 08:01:49 +00:00

chore: update vendored files

This commit is contained in:
jo 2025-04-30 14:43:36 +02:00
parent e7e7f408f5
commit 56fd5f5c39
No known key found for this signature in database
GPG key ID: B2FEC9B22722B984
2 changed files with 4 additions and 1 deletions

View file

@ -1,3 +1,3 @@
from __future__ import annotations
__version__ = "2.5.0" # x-releaser-pleaser-version
__version__ = "2.5.1" # x-releaser-pleaser-version

View file

@ -201,6 +201,9 @@ class FirewallResourceLabelSelector(BaseDomain):
:param selector: str Target label selector
"""
__api_properties__ = ("selector",)
__slots__ = __api_properties__
def __init__(self, selector: str | None = None):
self.selector = selector