Fix usage of __all__
This commit is contained in:
@@ -227,4 +227,4 @@ class Service(metaclass=ABCMeta):
|
||||
"""
|
||||
|
||||
|
||||
__ALL__ = (Service,)
|
||||
__all__ = ("Service",)
|
||||
|
||||
Reference in New Issue
Block a user