summaryrefslogtreecommitdiff
path: root/tests/functional/d/dataclass/dataclass_with_default_factory.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/functional/d/dataclass/dataclass_with_default_factory.py')
-rw-r--r--tests/functional/d/dataclass/dataclass_with_default_factory.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/functional/d/dataclass/dataclass_with_default_factory.py b/tests/functional/d/dataclass/dataclass_with_default_factory.py
index db392d8b7..809c3304b 100644
--- a/tests/functional/d/dataclass/dataclass_with_default_factory.py
+++ b/tests/functional/d/dataclass/dataclass_with_default_factory.py
@@ -1,7 +1,7 @@
"""Various regression tests for dataclasses."""
# See issues:
-# - https://github.com/PyCQA/pylint/issues/2605
-# - https://github.com/PyCQA/pylint/issues/2698
+# - https://github.com/pylint-dev/pylint/issues/2605
+# - https://github.com/pylint-dev/pylint/issues/2698
from dataclasses import dataclass, field
import dataclasses as dc
from typing import cast