Skip to content

Commit

Permalink
PEP8 fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
jiffyclub committed May 21, 2014
1 parent dd8b4e7 commit 8cd1b1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion urbansim/utils/dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ def add_xy(self, df):

assert 'building_id' in df

cols = ['x','y']
cols = ['x', 'y']
for col in cols:
if col in df.columns:
del df[col]
Expand Down

0 comments on commit 8cd1b1e

Please sign in to comment.