Skip to content

Commit

Permalink
pep8
Browse files Browse the repository at this point in the history
  • Loading branch information
mayfield committed Apr 10, 2017
1 parent bbee915 commit e259af6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions shellish/layout/table.py
Original file line number Diff line number Diff line change
Expand Up @@ -432,8 +432,8 @@ def compute_style_filter(self, next_filter):
data = (yield)
columns = len(data)
self.accessors = t.column_mask_filter(t.make_accessors(columns))
self.colspec = t.column_mask_filter(t.create_colspec(columns,
overflow_default=self.overflow_default))
self.colspec = t.column_mask_filter(
t.create_colspec(columns, overflow_default=self.overflow_default))
self.headers = t.headers and t.column_mask_filter(t.headers[:])
next(next_filter)
if data is not None:
Expand Down

0 comments on commit e259af6

Please sign in to comment.