Skip to content

Commit

Permalink
Removed Foo
Browse files Browse the repository at this point in the history
  • Loading branch information
Ilya Ganelin committed Jun 14, 2015
1 parent 04cbf0c commit 67df57a
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions python/pyspark/sql/types.py
Original file line number Diff line number Diff line change
Expand Up @@ -349,18 +349,6 @@ def fromJson(cls, json):
json["metadata"])


class Foo:
def __init__(self):
"""
Empty constructor to support new add interface.
"""
self.fields = []

def append(self, b):
self.fields.append(b)
return self


class StructType(DataType):
"""Struct type, consisting of a list of :class:`StructField`.
Expand Down

0 comments on commit 67df57a

Please sign in to comment.