Skip to content

Commit 500774a

Browse files
graingertjacobtylerwalls
authored andcommitted
fix pandas-dev main branch name
1 parent 7889258 commit 500774a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/functional/r/regression_02/regression_node_statement.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""Test to see we don't crash on this code in pandas.
2-
See: https://github.com/pandas-dev/pandas/blob/master/pandas/core/arrays/sparse/array.py
2+
See: https://github.com/pandas-dev/pandas/blob/main/pandas/core/arrays/sparse/array.py
33
Code written by Guido van Rossum here: https://github.com/python/typing/issues/684"""
44
# pylint: disable=no-member, redefined-builtin, invalid-name, missing-class-docstring
55

tests/functional/r/regression_02/regression_node_statement_two.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""Test to see we don't crash on this code in pandas.
2-
See: https://github.com/pandas-dev/pandas/blob/master/pandas/core/indexes/period.py
2+
See: https://github.com/pandas-dev/pandas/blob/main/pandas/core/indexes/period.py
33
Reported in https://github.com/pylint-dev/pylint/issues/5382
44
"""
55
# pylint: disable=missing-function-docstring, missing-class-docstring, unused-argument

0 commit comments

Comments
 (0)