Skip to content

Commit acefe47

Browse files
committed
CLN: black fixes
1 parent f3b53ad commit acefe47

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pandas/tests/scalar/timestamp/test_constructors.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -899,8 +899,8 @@ def test_timestamp_constructor_na_value(na_value):
899899
result = Timestamp(na_value)
900900
expected = NaT
901901
assert result is expected
902-
903-
902+
903+
904904
@pytest.mark.parametrize("tz", ["dateutil/Europe/London"])
905905
def test_timestamp_constructor_positional_with_fold(tz):
906906
# Check that we build an object successfully

0 commit comments

Comments
 (0)