Skip to content

Commit a2edf7a

Browse files
Fix unittest import
1 parent 7487a26 commit a2edf7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pylint/testutils/configuration_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
import copy
1010
import json
1111
import logging
12-
import unittest
12+
import unittest.mock
1313
from pathlib import Path
1414
from typing import Any
1515

0 commit comments

Comments
 (0)