Disable free-mobile because requirement breaks setuptools (#50749)

This commit is contained in:
Paulus Schoutsen 2021-05-16 23:12:23 -07:00 committed by GitHub
parent 877cb43c06
commit 1b74359ddb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 9 additions and 8 deletions

View file

@ -83,7 +83,7 @@ class Integration:
@property
def disabled(self) -> str | None:
"""List of disabled."""
"""Return if integration is disabled."""
return self.manifest.get("disabled")
@property