Skip to content

Commit 0381203

Browse files
committed
pandas
indentation
1 parent 7364e2b commit 0381203

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pandas/tests/util/test_hashing.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -165,12 +165,12 @@ def test_multiindex_objects(self):
165165
Series(tm.makePeriodIndex()),
166166
Series(pd.date_range('20130101', periods=3, tz='US/Eastern')),
167167
MultiIndex.from_product([range(5), ['foo', 'bar', 'baz'],
168-
pd.date_range('20130101', periods=2)]),
168+
pd.date_range('20130101', periods=2)]),
169169
MultiIndex.from_product([pd.CategoricalIndex(list('aabc')), range(3)])
170170
])
171171
def test_hash_pandas_object(self, obj):
172-
self.check_equal(obj)
173-
self.check_not_equal_with_index(obj)
172+
self.check_equal(obj)
173+
self.check_not_equal_with_index(obj)
174174

175175
def test_hash_pandas_object2(self):
176176
for name, s in self.df.iteritems():

0 commit comments

Comments
 (0)