*: nix fmt

This commit is contained in:
lassulus
2024-12-02 15:14:40 +01:00
parent fcb1f44ac9
commit 79a2283c71
7 changed files with 33 additions and 27 deletions

View File

@@ -72,7 +72,7 @@ class ClanURI:
@classmethod
def from_str(
cls, # noqa
cls,
url: str,
machine_name: str | None = None,
) -> "ClanURI":