Add Protocol Urls #103

Merged
Chiggy-Playz merged 17 commits from ProtocolUrls into 2.0 2021-10-27 12:32:50 +00:00
3 changed files with 247 additions and 2 deletions
Showing only changes of commit f96083e109 - Show all commits

View File

@ -655,7 +655,7 @@ class ProtocolUrl(Enum):
def __str__(self) -> str:
return self.value
def format(self, **kwargs) -> str:
def format(self, **kwargs: Any) -> str:
return self.value.format(**kwargs)