Github user AviaE commented on a diff in the pull request:

    https://github.com/apache/incubator-ariatosca/pull/189#discussion_r130868151
  
    --- Diff: aria/utils/__init__.py ---
    @@ -16,3 +16,50 @@
     """
     General-purpose utilities package.
     """
    +
    +from . import (
    +    archive,
    +    argparse,
    +    caching,
    +    collections,
    +    console,
    +    exceptions,
    +    file,
    +    formatting,
    +    http,
    +    imports,
    +    openclose,
    +    plugin,
    +    process,
    +    specification,
    +    threading,
    +    type,
    +    uris,
    +    uuid,
    +    validation,
    +    versions
    +)
    +
    +
    +__all__ = (
    --- End diff --
    
    Do you really need that `__all__`? As far as I know, it is only useful when 
you do an `import *`.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to