summaryrefslogtreecommitdiff
path: root/tests/functional/d/dataclass/dataclass_typecheck.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/functional/d/dataclass/dataclass_typecheck.py')
-rw-r--r--tests/functional/d/dataclass/dataclass_typecheck.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/functional/d/dataclass/dataclass_typecheck.py b/tests/functional/d/dataclass/dataclass_typecheck.py
index fbd770704..e66755640 100644
--- a/tests/functional/d/dataclass/dataclass_typecheck.py
+++ b/tests/functional/d/dataclass/dataclass_typecheck.py
@@ -1,12 +1,12 @@
"""Tests for dataclass attributes with basic type annotations.
-Tests for regressions from https://github.com/PyCQA/astroid/pull/1126
+Tests for regressions from https://github.com/pylint-dev/astroid/pull/1126
"""
# pylint: disable=missing-docstring,too-few-public-methods,pointless-statement,redefined-builtin, fixme
# Disabled because of a bug with pypy 3.8 see
-# https://github.com/PyCQA/pylint/pull/7918#issuecomment-1352737369
+# https://github.com/pylint-dev/pylint/pull/7918#issuecomment-1352737369
# pylint: disable=multiple-statements
from dataclasses import dataclass