Remove (object) from class declarations. (#6658)

This commit is contained in:
Robert Nishihara
2020-01-02 17:42:13 -08:00
committed by Philipp Moritz
parent f1b56fa5ee
commit 39a3459886
162 changed files with 397 additions and 398 deletions
+3 -3
View File
@@ -34,7 +34,7 @@ all_to_all_strategies = [
# Environment configuration
class Conf(object):
class Conf:
"""Environment configuration.
This class includes all information about the configuration of the
@@ -253,7 +253,7 @@ class ExecutionGraph:
# The execution environment for a streaming job
class Environment(object):
class Environment:
"""A streaming environment.
This class is responsible for constructing the logical and the
@@ -394,7 +394,7 @@ class Environment(object):
# A DataStream corresponds to an edge in the logical dataflow
class DataStream(object):
class DataStream:
"""A data stream.
This class contains all information about a logical stream, i.e. an edge