Skip to content

Commit d7a5af8

Browse files
authored
Fixed formatting/stickler issues
1 parent fc6f56d commit d7a5af8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pvlib/tests/iotools/test_bsrn.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ def test_read_bsrn_columns():
2525

2626
@pytest.fixture
2727
def expected_index():
28-
start = pd.Timestamp(2016,6,1,0,0)
28+
start = pd.Timestamp(2016, 6, 1, 0, 0)
2929
return pd.date_range(start=start, periods=43200, freq='1min', tz='UTC')
3030

3131

0 commit comments

Comments
 (0)