Skip to content

Commit

Permalink
fix pandas-dev main branch name
Browse files Browse the repository at this point in the history
  • Loading branch information
graingert authored and jacobtylerwalls committed May 6, 2024
1 parent 7889258 commit 500774a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""Test to see we don't crash on this code in pandas.
See: https://github.com/pandas-dev/pandas/blob/master/pandas/core/arrays/sparse/array.py
See: https://github.com/pandas-dev/pandas/blob/main/pandas/core/arrays/sparse/array.py
Code written by Guido van Rossum here: https://github.com/python/typing/issues/684"""
# pylint: disable=no-member, redefined-builtin, invalid-name, missing-class-docstring

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""Test to see we don't crash on this code in pandas.
See: https://github.com/pandas-dev/pandas/blob/master/pandas/core/indexes/period.py
See: https://github.com/pandas-dev/pandas/blob/main/pandas/core/indexes/period.py
Reported in https://github.com/pylint-dev/pylint/issues/5382
"""
# pylint: disable=missing-function-docstring, missing-class-docstring, unused-argument
Expand Down

0 comments on commit 500774a

Please sign in to comment.