Skip to content

Commit

Permalink
blacken
Browse files Browse the repository at this point in the history
  • Loading branch information
i-am-sijia committed Jan 31, 2024
1 parent 83d9e67 commit 3c60efc
Showing 1 changed file with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,17 @@ def test_nmtf():
pdt.assert_series_equal(
nmt.tour_type.astype(str),
pd.Series(
["shopping", "escort", "escort", "othmaint"], index=idx, name="tour_type"
["shopping", "escort", "escort", "othmaint"],
index=idx,
name="tour_type",
),
)
else:
pdt.assert_series_equal(
nmt.tour_type,
pd.Series(
["shopping", "escort", "escort", "othmaint"], index=idx, name="tour_type"
["shopping", "escort", "escort", "othmaint"],
index=idx,
name="tour_type",
),
)

0 comments on commit 3c60efc

Please sign in to comment.