Skip to content

Commit

Permalink
fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
jooola committed Jul 31, 2024
1 parent 68b9b5c commit fec12b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hcloud/networks/domain.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ class NetworkSubnet(BaseDomain):
"""

@property
def TYPE_SERVER(self) -> str:
def TYPE_SERVER(self) -> str: # pylint: disable=invalid-name
"""
Used to connect cloud servers.
Expand Down

0 comments on commit fec12b2

Please sign in to comment.