Skip to content

Commit

Permalink
pep8
Browse files Browse the repository at this point in the history
  • Loading branch information
fscottfoti committed Nov 25, 2014
1 parent 5066d1d commit 89550ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion urbansim/accounts.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ def to_frame(self):
(t.amount, t.subaccount),
(t.metadata.get(c) for c in col_names)))
rows = [trow(t) for t in self.transactions]

if len(rows) == 0:
return pd.DataFrame(columns=COLS + col_names)

Expand Down

0 comments on commit 89550ba

Please sign in to comment.