You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by charlesccychen <gi...@git.apache.org> on 2017/08/21 22:45:58 UTC

[GitHub] beam pull request #3742: Avoid passing extra argument to object() constructo...

GitHub user charlesccychen opened a pull request:

    https://github.com/apache/beam/pull/3742

    Avoid passing extra argument to object() constructor in GcsIO

    This change fixes the following warning in gcsio_test:
    ```
    apache_beam/io/gcp/gcsio.py:108: DeprecationWarning: object() takes no parameters
      return super(GcsIO, cls).__new__(cls, storage_client)
    ```

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/charlesccychen/beam fix-gcsio-super-constructor

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/beam/pull/3742.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #3742
    
----
commit 848be78875075e113a3bef8430890e5c9f696422
Author: Charles Chen <cc...@google.com>
Date:   2017-08-21T22:42:59Z

    Avoid passing extra argument to object() constructor in GcsIO

----


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] beam pull request #3742: Avoid passing extra argument to object() constructo...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/beam/pull/3742


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---